This is an example server using Express.js
Install dependencies using npm install
or yarn install
Start the server by running npm serve
or yarn serve
The default port is set to 3000
Note: the server will generate a new address on each startup.
After running the server, you can:
see your address by going to http://localhost:3000/
check you balance at http://localhost:3000/balance
see the list of transactions at http://localhost:3000/transfers
Tip: check the GitHub project page for further details.
Telegram for general chat
Discord for developer chat
Reddit for general discussion
Twitter for announcements
Email newsletter for weekly updates