Simple http server used to perform RPC calls to a Bitcoin based node
First, download the dependencies with
npm i
Then, copy the example environment file with
cp .env.sample .env
If you are setting up a node for MPW, copy .env.mpw.sample
instead.
Edit the file by chaning the credentials using the ones you set on your crypto node.
Finally, run the server with
npm run start