chain-swarm

An express server to join a swarm of tool-db instances.

ToolDb Requires nodejs 15+

First install:

npm install

npm install nodemon -g

Then build:

npm run build

To start the server you can use the default command:

npm run start

To set your own port set the env variable:

set PORT=9000 && nodemon dist/index.js