Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 449 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 449 Bytes

PivxNodeController

Simple http server used to perform RPC calls to a Bitcoin based node

HOW TO RUN

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