This script uses Mocha
to deploy all the contract to an environment you can specify.
- Mockup: Fastest, mostly for development and testing
- Private network: same as the testnet, but for development purposes as it is more flexible
- Testnet: for testing the contract in pre-production conditions
- Mainnet: for production, or real life testing
npm run deploy-mockup
npm run deploy-privatenet
npm run deploy-testnet
npm run deploy-mainnet