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-02-18 20:00:24 +01:00
.github/workflows .github/workflows/release.yml: update actions 2024-02-18 19:59:12 +01:00
api Add api/README.md 2024-02-07 17:56:19 +01:00
cmd cmd/thalos/server.go: only fetch chain info from api once (or zero for code paths that does not need it). 2024-02-18 18:39:55 +01:00
debian Version 1.0.0 2024-02-07 19:32:24 +01:00
internal Merge branch 'refactor' 2024-02-17 17:32:19 +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 app/config/file.go: define Read() that uses viper to read the config. 2024-02-17 16:43:36 +01:00
go.sum app/config/file.go: define Read() that uses viper to read the config. 2024-02-17 16:43:36 +01: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 switch github.com/pborman/getopt to github.com/urfave/cli for handling cli flags 2024-02-10 18:52:50 +01:00
README.md README.md: update build command 2024-02-18 20:00:24 +01: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/thalos/*.go

Author

Henrik Hautakoski - henrik@eossweden.org