# @aragon/toolkit

> Programmatic interface for interacting with Aragon

Latest version **0.0.7-beta.1** (published 2020-04-22) · GPL-3.0-or-later license · 0 weekly downloads

## Install

```sh
npm install @aragon/toolkit
pnpm add @aragon/toolkit
yarn add @aragon/toolkit
bun add @aragon/toolkit
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.7-beta.1 |
| Published | 2020-04-22 |
| First published | 2019-12-11 |
| Weekly downloads | 0 |
| License | GPL-3.0-or-later |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10.0.0 |
| Dependencies | 15 |
| Unpacked size | 198.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 89 |
| Author | Aragon Association |
| Maintainers | ajsantander, aragon-ci, bingen, bpierre, evalir, facuspagnuolo, gabrielg, izqui, luisivan, sohkai |
| Keywords | aragon, cli, ethereum |

## Links

- npm: https://www.npmjs.com/package/@aragon/toolkit
- Repository: https://github.com/aragon/aragon-cli/tree/master/packages/toolkit
- npm.io page: https://npm.io/package/@aragon/toolkit

## Dependencies (15)

- [rxjs](https://npm.io/package/rxjs.md) ^6.5.3
- [web3](https://npm.io/package/web3.md) ^1.2.6
- [chalk](https://npm.io/package/chalk.md) ^3.0.0
- [ethers](https://npm.io/package/ethers.md) ^4.0.44
- [semver](https://npm.io/package/semver.md) ^7.1.3
- [fs-extra](https://npm.io/package/fs-extra.md) ^9.0.0
- [valid-url](https://npm.io/package/valid-url.md) 1.0.9
- [web3-core](https://npm.io/package/web3-core.md) ^1.2.6
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.0
- [web3-utils](https://npm.io/package/web3-utils.md) ^1.2.6
- [@aragon/abis](https://npm.io/package/@aragon/abis.md) ^1.1.0
- [ethereum-ens](https://npm.io/package/ethereum-ens.md) ^0.8.0
- [web3-eth-abi](https://npm.io/package/web3-eth-abi.md) ^1.2.6
- [@aragon/wrapper](https://npm.io/package/@aragon/wrapper.md) ^5.0.0-rc.23
- [web3-core-helpers](https://npm.io/package/web3-core-helpers.md) ^1.2.6

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.0.7-beta.1 (latest) — 2020-04-22
- 0.0.7 (nightly) — 2020-07-26
- 0.0.6-beta.5 — 2020-03-20
- 0.0.6-beta.4 — 2020-03-19
- 0.0.6-beta.3 — 2020-03-18
- 0.0.6-beta.2 — 2020-02-26
- 0.0.6 — 2020-02-26
- 0.0.6-beta.1 — 2020-02-18
- 0.0.5 — 2020-02-11
- 0.0.4-beta.1 — 2020-01-30
- 0.0.3 — 2020-01-04
- 0.0.2 — 2019-12-20
- 0.0.1 — 2019-12-19
- 0.0.1-beta.11 — 2019-12-17
- 0.0.1-beta.10 — 2019-12-16
- … 9 more at https://npm.io/package/@aragon/toolkit/versions

## README

# Aragon Toolkit

Toolkit for accessing Aragon utilities programmatically.

## Install (local)

```sh
npm install @aragon/toolkit
npm run build
```

## Examples

Import the toolkit in your project:

```js
import { newDAO, getInstalledApps /*etc*/ } from '@aragon/toolkit'
```

Please visit the examples folder for further details on how to use the toolkit in your projects.

# Tests

In the root of the repository, run:

```sh
npm run pretest
```

And then in packages/toolkit, run:

```sh
npm test
```

To test only one file, try:

```sh
npm test -- <path to test file>
```

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