Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 436 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 436 Bytes

Local Money Deploy

These scripts allow you to upload the .wasm files after they have been compiled.

Commands

To upload all wasm compiled you can run:

yarn deploy:all

#expands

DEPLOY=all CONTRACTS=../contracts/artifacts ./node_modules/node/bin/node index.js

To upload only one wasm compiled you can run:

DEPLOY={CONTRACT_NAME} CONTRACTS=../contracts/artifacts ./node_modules/node/bin/node index.js