mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
No description
No point setting it in readerLoop() as its only used to exit the application, as soon as its set to false. the application should exit as soon as possible. |
||
|---|---|---|
| .github/workflows | ||
| api | ||
| app | ||
| cmd | ||
| debian | ||
| scripts | ||
| .gitignore | ||
| config.example.yml | ||
| go.mod | ||
| go.sum | ||
| install.sh | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Thalos
Thalos is a application that makes it easy for users to stream blockchain data from an Antelope SHIP node.
Consult the documentation for more information.
Compiling
You will need golang version 1.20 or later to compile the source.
Compile using make:
$ make
or using go directly if you dont have make installed.
$ go build -o build/thalos-server cmd/main/main.go
Author
Henrik Hautakoski - henrik@eossweden.org