1.1.2 • Published 4 years ago

@aragon/court-deploy v1.1.2

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
4 years ago

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