@aragon/court-deploy

Aragon Court deployment scripts

Usage no npm install needed!

<script type="module">
  import aragonCourtDeploy from 'https://cdn.skypack.dev/@aragon/court-deploy';
</script>

README

Aragon Network deployment scripts Travis branch

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:rpc

Testnets 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:rpc

Testnets 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 file
  • output: specify an output directory for the deployed contracts information
  • verbose: enable the logging verbose mode
  • verify: pass an Etherscan api-key to verify your contracts