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 { deploy } = require('../scripts/deploy');
deploy(
'arweave.net',
443,
'https',
'mainnet',
'deploy/mainnet/wallet_mainnet.json'
).finally();