0.0.15 • Published 11 months ago

@akhmetovdev/rocketpool v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

0.0.13

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago