@aragon/truffle-config-v5

v1.1.0
Aragon truffle configuration file v5
aragon ethereum

Truffle configuration file v5

Install

$ npm install @aragon/truffle-config-v5

Requirements

aragonCLI >= 6.4.0

Set a private key

For interacting with aragonCLI you can configure a private key in ~/.aragon. Create a file<network>_key.json(eg. rinkeby_key.json) with this structure:

{
  "rpc": "https://<network>.infura.io",
  "keys": ["put-your-priv-key-here"]
}

aragonCLI will then use that account if you supply--environment aragon:<network> to its commands.

You can also define a~/.aragon/mnemonic.json file instead of a single key, like:

{
  "mnemonic": "explain tackle mirror kit ..."
}
npm i @aragon/truffle-config-v5

Metadata

  • MIT
  • Whatever
  • Aragon Association
  • released 8/19/2021

Downloads