Skip to content

LibertyDSNP/balance-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Balance dApp

A super simple dApp that looks up the balance of accounts.

References

Usage

  • 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

Deployment

https://libertydsnp.github.io/balance-ui/

Development

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 .

About

Simple UI example for showing balances

Resources

License

Stars

1 star

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors