These scripts allow you to upload the .wasm
files after they have been compiled.
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