mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
24 lines
No EOL
530 B
Markdown
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) |