@aragon/toolkit

Programmatic interface for interacting with Aragon

Usage no npm install needed!

<script type="module">
  import aragonToolkit from 'https://cdn.skypack.dev/@aragon/toolkit';
</script>

README

Aragon Toolkit

Toolkit for accessing aragonCLI utilities programmatically.

Install (local)

npm install @aragon/toolkit
npm run build

Examples

Import the toolkit in your project:

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:

npm run pretest

And then in packages/toolkit, run:

npm test

To test only one file, try:

npm test -- <path to test file>