Skip to content

shanadas/wallet-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

433 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Languages :

wallet-web

Wallet for the Tron Protocol

How to UseLinksWikiCommunity

How to use

Requirements

  • Node v9.8.0
  • Yarn

Running

> yarn install
> yarn start

The wallet should then be running on http://localhost:3000

Changing the default API URL

By default the Explorer will connect to https://tronscan.io for its data.

When developing locally the url can be changed by defining the API_URL environment variable

> API_URL=http://127.0.0.0:8088 yarn start

This should change the API_URL to point to your local wallet-cli server

Community

Links

Projects

About

Tron Protocol Wallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Other 1.4%