https://github.com/andrewarrow/mini
connect to a bitclout peer and stream recent transactions (before they are in a block)
https://github.com/andrewarrow/mini
Last synced: over 1 year ago
JSON representation
connect to a bitclout peer and stream recent transactions (before they are in a block)
- Host: GitHub
- URL: https://github.com/andrewarrow/mini
- Owner: andrewarrow
- License: mit
- Created: 2021-07-10T22:30:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T02:26:45.000Z (about 5 years ago)
- Last Synced: 2024-12-31T04:02:47.184Z (over 1 year ago)
- Language: Go
- Size: 60.5 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mini
connect to a bitclout peer and stream recent transactions (before they are in a block)
use case:
- you want to read from the firehose of live real-time incoming tx's
- you don't want any badgerdb writes
- you don't want to validate any tx
- you simply want a stream of brand new, very fresh messages so you can inspect them
- some you might add to a chanel for further processing
# building
```
go mod tidy
go build
```
# running
./mini