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

radixdlt/radixdlt-js-server-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published