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-01-07 19:11:55 +01:00
.github/workflows .github/workflows/release.yml: use go version 1.21 for ubuntu packages. 2023-11-05 20:40:10 +01:00
api api/channel.go: adding TableDelta channel 2024-01-07 19:11:55 +01:00
app app/ship_processor.go: remove redundant information to log call. 2024-01-07 14:33:22 +01:00
cmd cmd/tools/mock_publisher.go: fix correct imports. 2023-12-17 19:37:08 +01:00
debian Version 0.2.2 2023-12-17 19:38:02 +01:00
scripts scripts/stop.sh: typo fix. 2023-05-14 17:27:50 +02:00
.gitignore .gitignore: ignore vscode directory 2023-05-29 17:34:52 +02:00
config.example.yml app/config/config.go: Adding User field to RedisConfig 2023-07-13 06:57:41 +02:00
go.mod build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 2023-12-28 16:50:30 +00:00
go.sum build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 2023-12-28 16:50:30 +00:00
install.sh install.sh: Use Makefile to install stuff. 2023-05-14 18:09:39 +02:00
LICENSE LICENSE: Update year. 2024-01-07 14:34:56 +01:00
Makefile Version 0.2.1 2023-11-04 13:44:01 +01:00
README.md Drop support for golang 1.18 and 1.19, only support the 2 latest major releases. 2023-10-20 18:24:31 +02:00

Thalos

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/main/main.go

Author

Henrik Hautakoski - henrik@eossweden.org