Minimal sample App to showcase some of the things that can be done with the Radix JavaScript client library.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run devCheck the live version here!
- Run
npm run buildto generate the production files under thedistfolder. - Re-name it to
docs. - Update the repo.
{% hint style="info" %} It may take a few minutes to update {% endhint %}
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
- Telegram for general chat
- Discord for developer chat
- Reddit for general discussion
- Twitter for announcements
- Email newsletter for weekly updates