truffle-config-v5-gabi

0.0.1 • Public • Published

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 ..."
}

Readme

Keywords

Package Sidebar

Install

npm i truffle-config-v5-gabi

Weekly Downloads

1

Version

0.0.1

License

GPL-3.0-or-later

Unpacked Size

9.83 kB

Total Files

4

Last publish

Collaborators

  • gabrielg