Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1011 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 1011 Bytes

Thalos

Test Go Report Card

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

Docker images can be found here

Compiling

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

Author

Henrik Hautakoski - [email protected]