1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
thalos/README.md

33 lines
1,011 B
Markdown

# Thalos
[![Test](https://github.com/eosswedenorg/thalos/actions/workflows/test.yml/badge.svg)](https://github.com/eosswedenorg/thalos/actions/workflows/test.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/eosswedenorg/thalos)](https://goreportcard.com/report/github.com/eosswedenorg/thalos)
Thalos is a application that makes it easy for users to stream blockchain data from an Antelope SHIP node.
Consult the [documentation](https://thalos.waxsweden.org/docs) for more information.
Join the discussion on [telegram](https://t.me/antelopethalos)
## Docker images
Docker images can be found [here](https://github.com/eosswedenorg/thalos/pkgs/container/thalos)
## Compiling
You will need golang version `1.21` or later to compile the source.
Compile using make:
```shell
$ make
```
or using go directly if you dont have make installed.
```shell
$ go build -o build/thalos-server cmd/thalos/*.go
```
## Author
Henrik Hautakoski - [henrik@eossweden.org](mailto:henrik@eossweden.org)