1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
No description
Find a file
2024-08-11 16:59:23 +02:00
.github/workflows .github/workflows/devbuild.yaml: update names 2024-07-25 12:22:00 +02:00
api use github.com/shufflingpixels/jsontime-go instead of github.com/eosswedenorg-go/jsontime 2024-06-23 11:33:35 +02:00
cmd cmd/thalos/server.go: use factory and config to create cache store 2024-07-23 18:34:30 +02:00
debian Version 1.1.4 2024-07-17 09:32:35 +02:00
docker Version 1.1.4 2024-07-17 09:32:35 +02:00
internal internal/server/ship_processor.go: add WithError() to a logging call 2024-08-11 16:59:23 +02:00
scripts scripts/stop.sh: typo fix. 2023-05-14 17:27:50 +02:00
.gitignore .gitignore: ignore vendor dir. 2024-04-09 22:24:44 +02:00
config.example.yml implement whitelist option in blacklist 2024-07-16 16:59:01 +02:00
go.mod go mod: update antelope-go to v0.1.4 2024-08-11 15:41:02 +02:00
go.sum go mod: update antelope-go to v0.1.4 2024-08-11 15:41:02 +02:00
install.sh install.sh: remove $INSTALL_DIR if installation failed. 2024-01-22 14:43:02 +01:00
LICENSE LICENSE: Update year. 2024-01-07 14:34:56 +01:00
Makefile make: no need to use find, can specify the directory where the go files are 2024-07-25 19:36:51 +02:00
README.md Merge branch 'master' into dev 2024-05-17 18:16:38 +02:00

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

Compiling

You will need golang version 1.20 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 - henrik@eossweden.org