# @aragon/truffle-config-v4

> Aragon truffle configuration file v4

Latest version **1.2.0** (published 2021-09-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install @aragon/truffle-config-v4
pnpm add @aragon/truffle-config-v4
yarn add @aragon/truffle-config-v4
bun add @aragon/truffle-config-v4
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2021-09-01 |
| First published | 2019-10-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Aragon Association |
| Maintainers | izqui, luisivan, aragon-ci, facuspagnuolo, nivida, npmdoramon, vracine, novaknole |
| Keywords | aragon, ethereum |

## Links

- npm: https://www.npmjs.com/package/@aragon/truffle-config-v4
- npm.io page: https://npm.io/package/@aragon/truffle-config-v4

## Dependencies (1)

- [@truffle/hdwallet-provider](https://npm.io/package/@truffle/hdwallet-provider.md) ^1.0.0

## Recent versions

- 1.2.0 (latest) — 2021-09-01
- 1.1.0 — 2021-09-01
- 1.1.1 — 2021-08-18
- 1.0.1 — 2019-12-10
- 1.0.0 — 2019-10-19

## README

# Truffle configuration file v4

## Install

```
$ npm install @aragon/truffle-config-v4
```

## 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:

```json
{
  "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:

```json
{
  "mnemonic": "explain tackle mirror kit ..."
}
```

---
_Source: https://npm.io/package/@aragon/truffle-config-v4 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
