This repository contains a Go-based tool designed to measure the speed at which new blocks are created on the TRON blockchain. It specifically targets TRC20 token transactions to assess the network's block generation performance.
- Real-time Monitoring: Continuously tracks the time interval between new blocks.
- Simple and Efficient: Minimalistic design for quick deployment and accurate measurement.
- Clone the repository:
git clone https://github.com/devflex-pro/trc20-speed.git
- Navigate to the project directory:
cd trc20-speed
- Install the required Go modules:
go mod download
To start measuring block speed, run the following command:
go run main.go
The tool will output the time intervals between consecutive blocks.
Contributions are welcome! Feel free to open issues or submit pull requests to improve the project.
This project is licensed under the MIT License. See the LICENSE file for more details.