Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 476 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 476 Bytes

radixdlt-js-server-example

An example server using Express.js

Install dependencies using npm install or yarn install

Start the server by running npm server or yarn serve

The default port is set to 3000

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 http://localhost:3000/transfers