An open API service indexing awesome lists of open source software.

https://github.com/aragon/apm.js

JavaScript library for the Aragon Package Manager
https://github.com/aragon/apm.js

apm aragon aragon-package-manager ethereum library package-management

Last synced: about 20 hours ago
JSON representation

JavaScript library for the Aragon Package Manager

Awesome Lists containing this project

README

        

# apm.js

JavaScript library to interact with the Aragon Package Management protocol.

## Installation

```
npm i @aragon/apm
```

## Usage

TBD.

## Documentation

TBD.

## Testing

Requires IPFS and an Aragon devchain running. IPFS can be started via the IPFS daemon ([install link](https://docs.ipfs.io/how-to/command-line-quick-start/)), the Aragon devchain can be started by running `yarn pretest` in the [aragon-cli](https://github.com/aragon/aragon-cli/tree/master) repo.

To test:

`npm test`