mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
No description
This is so weird. this works in tests but not when running the application. I guess there is some weird global state race condition going on because its used by antelope-go. Should rewrite the jsontime api because I have forked it anyway. |
||
|---|---|---|
| .github/workflows | ||
| api | ||
| cmd | ||
| debian | ||
| docker | ||
| internal | ||
| 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.
Join the discussion on telegram
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/thalos/*.go
Author
Henrik Hautakoski - henrik@eossweden.org