https://github.com/devflex-pro/trc20-speed
TRC20 Block Speed Monitor
https://github.com/devflex-pro/trc20-speed
crypto trc-20 trc20 usdt
Last synced: about 2 months ago
JSON representation
TRC20 Block Speed Monitor
- Host: GitHub
- URL: https://github.com/devflex-pro/trc20-speed
- Owner: devflex-pro
- Created: 2024-07-14T10:21:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T18:26:14.000Z (9 months ago)
- Last Synced: 2024-09-15T08:55:42.663Z (8 months ago)
- Topics: crypto, trc-20, trc20, usdt
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TRC20 Block Speed Monitor
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.
## Features
- **Real-time Monitoring:** Continuously tracks the time interval between new blocks.
- **Simple and Efficient:** Minimalistic design for quick deployment and accurate measurement.## Installation
1. Clone the repository:
```bash
git clone https://github.com/devflex-pro/trc20-speed.git
```
2. Navigate to the project directory:
```bash
cd trc20-speed
```
3. Install the required Go modules:
```bash
go mod download
```## Usage
To start measuring block speed, run the following command:
```bash
go run main.go
```The tool will output the time intervals between consecutive blocks.
## Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve the project.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.