0.0.15 • Published 4 years ago

@rocketpool/api v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

rocketpool-js

A javascript library for interacting with the Rocket Pool network.

Install the following dependencies:

$ npm i -g mocha typescript ts-node && npm i

Run Ganache:

$ ganache-cli -l 8000000 -e 10000 -i 1337

Clone and migrate the Rocket Pool contracts:

$ git clone https://github.com/rocket-pool/rocketpool.git
$ truffle migrate --reset

In javascript library directory, create symlink to Rocket Pool Truffle contract artifacts:

$ ln -s ../../rocketpool/build/contracts/ src/contracts

Give the Javascript library a spin:

$ npm test
0.0.15

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago