• Stars
    star
    264
  • Rank 155,103 (Top 4 %)
  • Language
    JavaScript
  • License
    GNU Lesser Genera...
  • Created over 6 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tronscan Frontend



Tronscan Frontend

React.js Frontend for Tronscan.org

Requirements • Running • tronscan.org

Features

  • All information from the blockchain viewable
  • Web Wallet
  • Super Representative Voting
  • Node Tester
  • Transaction Debugger
  • Notifications
  • Poloni DEX Information
  • News
  • Node Overview
  • Basic info browser
  • Quick search token
  • Web wallet
  • Poloni DEX
  • DApp Recommend
  • Vote for SR
  • TRON Committee
  • Token List
  • Contract Deploy& Verify
  • DAppChain
  • Node Tester
  • Transaction Debugger

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