Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 545 Bytes

DEVELOP.md

File metadata and controls

30 lines (19 loc) · 545 Bytes

Develop guide

Installation

To install the project, run the following script from the root of your project's directory:

$ npm install

Configuration

Create a file .env with the following structure

LOTUS_HOST="<your lotus rpc host>"
LOTUS_TOKEN="<your token>"

Running test

To run the test of the project, run the following script from the root of your project's directory:

$ npm run test

Getting involved

General instructions on how to contribute.