8000 GitHub - tronscan/tronscan-frontend at ledger
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tronscan/tronscan-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Tronscan Frontend

React.js Frontend for Tronscan.org

RequirementsRunningtronscan.org

Features

  • All information from the blockchain viewable
  • Web Wallet
  • Super Representative Voting
  • Node Tester
  • Transaction Debugger
  • Notifications
  • Market Information
  • News
  • Node Overview

Requirements

  • node.js
  • yarn

Running

> yarn install
> yarn start

Configuring API URL

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

Building Desktop Apps

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 desktop:build:full

And to run, make sure to start the web app first:

> yarn start

and then run the desktop version:

> yarn desktop:start
0