Getting Started with headlessRPC

This page will help you get started with TrustNote. You'll be up and running in a jiffy!

First,clone headlessRPC

git clone https://github.com/TrustNoteDevelopers/RPC.git

now u can install it

cd RPC
npm install

init headlessRPC

npm run init
725

start RPC

npm run rpc
725

good luck