Skip to content

telosprotocol/TOP-Scan

Repository files navigation

TOP-Scan

You can find an online version here.

TOP-Scan is a tool for viewing and analyzing TOP blockchain data, providing visual access to all transactions and blocks. Its main functions include browsing transaction records, viewing block information, searching for specific transactions or blocks, conducting data analysis, and receiving real-time updates. Cross-table and cross-shard information is also exposed in transaction views.

Tech Stack

Environment Setup

Install Node.js 16 and npm

Running Locally

npm install
npm run dev

Open your browser and visit http://127.0.0.1:7789

Production Build

npm build

Running npm build generates an optimized version of your application for production. HTML, CSS, and JavaScript files are created based on your code, it can be deployed and hosted on any web server that can serve HTML/CSS/JS static assets. This includes tools like AWS S3, Nginx, or Apache.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages