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
Docker images can be found here
You will need golang version 1.21
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
Henrik Hautakoski - [email protected]