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-05-17 16:57:13 +02:00
.github/workflows .github/workflows/release.yml: build musl linked binaries. 2024-03-07 21:37:47 +01:00
api Minor fixes. 2024-03-07 18:09:14 +01:00
cmd Update to use antelope-go instead of eos-go library 2024-04-29 21:00:45 +02:00
debian Version 1.1.2-rc1 2024-04-29 22:44:32 +02:00
docker Version 1.1.1 2024-04-09 22:43:07 +02:00
internal internal/server/ship_processor.go: fix a bug where blockResult.Deltas whas not properly nil checked. Resulting in panic if accessed 2024-05-17 16:57:13 +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 app/config/config.go: Adding User field to RedisConfig 2023-07-13 06:57:41 +02:00
go.mod go.mod: update pnx/antelope-go 2024-05-11 14:56:53 +02:00
go.sum go.mod: update pnx/antelope-go 2024-05-11 14:56:53 +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 makefile: adding docker-image and docker-publish rules 2024-05-09 11:43:16 +02:00
README.md README.md: add a go report badge. 2024-03-14 00:29:34 +01: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.

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