1.1.2 • Published 6 years ago
@aragon/court-deploy v1.1.2
Aragon Network deployment scripts 
ANJ
Make sure the related configuration is correctly set up in ./data/config/anj
Local
To deploy a new ANJ instance locally simply run a ganache instance and run the following deployment script:
npx ganache-cli -i 15 --gasLimit 7000000 --port 8545
npm run deploy:anj:rpcTestnets and Mainnet
To deploy a new ANJ instance make sure everything is set in order to use truffle-hdwallet-provider and run:
npm run deploy:anj:[mainnet|ropsten|rinkeby]Aragon Court
Make sure the related configuration is correctly set up in ./data/config/court
Local
To deploy a new Aragon Court instance locally simply run a ganache instance and run the following deployment script:
npx ganache-cli -i 15 --gasLimit 7000000 --port 8545
npm run deploy:court:rpcTestnets and Mainnet
To deploy a new Aragon Court instance make sure everything is set in order to use truffle-hdwallet-provider and run:
npm run deploy:court:[mainnet|ropsten|rinkeby]Options
input: specify a custom config fileoutput: specify an output directory for the deployed contracts informationverbose: enable the logging verbose modeverify: pass an Etherscan api-key to verify your contracts
1.1.2
6 years ago