A super simple dApp that looks up the balance of accounts.
- Connect to a node by selecting one of the three websocket URIs (or provide your own).
- Put in an account address
- Click the "Log Balance" button
- Review the result in the Balance Log
https://libertydsnp.github.io/balance-ui/
The dApp must be served over http as file:// URLs are prevented from making cross-origin requests from JavaScript. There are many ways to do this, but a simple one with nodejs installed is:
npm install -g http-server
http-server .