https://github.com/opexgroup/poascannertest
https://github.com/opexgroup/poascannertest
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opexgroup/poascannertest
- Owner: OPEXGroup
- Created: 2018-07-19T08:15:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T08:44:10.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T22:12:48.453Z (over 1 year ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POA scanner sample
Scans last POA blocks. See `Program::BlockCallback` method for block processing logic
Launch `run.sh` to build and run the program.
Arguments:
```
--mainnet # Use mainnet (sokol is the default)
--count N # scan last N blocks (10 is the default)
```