npm install
npm run dev
npm start
To run, export the following environment variables:
- PORT
Port of service
(Default:4000
) - BASE_NODE_GRPC_URL
Base node GRPC URL
(Default:localhost:18142
) - BASE_NODE_PROTO
location of base_node.proto
(Default:../proto/base_node.proto
)