linkedlist-nickpai
v1.0.0
Published
ZOS evm package deployment tutorial
Downloads
1
Maintainers
Readme
npm run ganache-cli
npm run zos-session
starts a new local session using the 10th addressnpm run zos-add-contract
adds LinkedList contract to zos sessionnpm run zos-push
deploys the proxy contract that is not intended to be directly manipulatedzos create LinkedList --init initialize --args "NewContractName"
deploys an instance of the proxy contract that we can interact with- Test contract locally via the truffle console:
npx truffle console --network local
- Publish to local network:
zos publish --network local
- Deploy to Ropsten:
zos push --network ropsten --from 0xf886A4d39f0f4eC2FE4f678e52DdEc07758A4057
- Publish to ropsten:
zos publish --network ropsten --from 0xf886A4d39f0f4eC2FE4f678e52DdEc07758A4057