Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ofen/wtop
blockchain cli cryptocurrency ethereum getblock
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ofen/wtop
- Owner: ofen
- License: apache-2.0
- Created: 2022-04-25T08:06:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T17:55:39.000Z (over 2 years ago)
- Last Synced: 2024-06-21T21:04:57.639Z (7 months ago)
- Topics: blockchain, cli, cryptocurrency, ethereum, getblock
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`wtop` looks for wallets ([ETH](https://ethereum.org)) whose balance has changed the most (in positive or negative direction) between selected blocks. Requires [getblock.io](https://getblock.io/) API token (see https://getblock.io/docs/get-started/auth-with-api-key/).
## Usage
Search between `head-30` and `head` blocks
```sh
wtop -n 30 -t 2d270fd9-ffe8-46fe-9eba-0e4662a417ea
```Search between `14648000` and `14648260` blocks
```sh
wtop -n 260 -t 2d270fd9-ffe8-46fe-9eba-0e4662a417ea 14648260
```## Build
```sh
go build .
```