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

24 lines
No EOL
530 B
Markdown

# 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.
## Compiling
You will need golang version `1.20` 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/main/main.go
```
## Author
Henrik Hautakoski - [henrik@eossweden.org](mailto:henrik@eossweden.org)