Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 314 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 314 Bytes

node-api

This package maintains @polkadot/api instances and hosts RESTful apis for server to query on-chain bounties data.

How to run

  1. yarn install
  2. cat .env.example > .env, change the values according to your environment.
  3. node src/index.js