@aragon/court-deploy

1.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @aragon/court-deploy

Weekly Downloads

0

Version

1.1.2

License

GPL-3.0

Unpacked Size

150 kB

Total Files

62

Last publish

Collaborators

  • chilcano
  • heuer
  • brickpop
  • arabot-1
  • hack0
  • aragon-ci