React.js Frontend for Tronscan.org
Requirements • Running • tronscan.org
- All information from the blockchain viewable
- Web Wallet
- Super Representative Voting
- Node Tester
- Transaction Debugger
- Notifications
- Market Information
- News
- Node Overview
- node.js
- yarn
> yarn install
> yarn start
By default the Explorer will connect to https://api.tronscan.org 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:9000 yarn start
Tronscan.org can be published as a Desktop app wrapped in Electron.
To build a Windows, Mac and Linux app run the following command:
> yarn run desktop:build:full