tests: example rust contracts moved from warp-wasm-templates

This commit is contained in:
robal
2023-03-17 17:55:17 +01:00
parent c1d8fb7a52
commit dbe52e82cd
75 changed files with 17993 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
const { interactBalance } = require('../scripts/interact-balance');
interactBalance(
'localhost',
1984,
'http',
'local',
'deploy/local/wallet_local.json'
).finally();