To install the project, run the following script from the root of your project's directory:
$ npm install
Create a file .env
with the following structure
LOTUS_HOST="<your lotus rpc host>"
LOTUS_TOKEN="<your token>"
To run the test of the project, run the following script from the root of your project's directory:
$ npm run test