See the output folder for information on deployed contracts on live networks
Make sure the related configuration is correctly set up in ./data/input/anj
To deploy a new ANJ instance locally simply run a ganache instance and run the following deployment script:
npx ganache-cli -i 15 --gasLimit 8000000 --port 8545
npm run deploy:anj -- -n rpc
To deploy a new ANJ instance make sure everything is set in order to use truffle-hdwallet-provider
and run:
npm run deploy:anj -- -n [mainnet|ropsten|rinkeby|staging]
Make sure the related configuration is correctly set up in ./data/input/court
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 8000000 --port 8545
npm run deploy:court:rpc
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 -- -n [mainnet|ropsten|rinkeby|staging]
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
All config
and output
files under data
directory have a suffix for the environment they belong to.