1.0.1 • Published 2 years ago

@aragon/buidler-config v1.0.1

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
2 years ago

Aragon Buidler Configuration file

Install

$ npm install @aragon/buidler-config

Set a private key

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

See set-a-private-key for more information on how to set a private key.

By supplying --network <network> to a buidler command, it will use the private key and url setup for that network in the <network>_key.json file.