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
2023-10-20 18:00:15 +02:00
.github/workflows .github/workflows/release.yml: also create a tar file with the binary and config files. 2023-06-19 21:27:06 +02:00
api api/client_test.go: test segfaults sometimes because of nil pointers. so setup mock structs and functions. 2023-06-05 17:53:03 +02:00
app app/config/config.go: use os.ReadFile instead of ioutil. 2023-10-12 20:51:00 +02:00
cmd cmd/thalos/main.go: Add "level" cli flag to make it possible for user to specify log level. 2023-08-30 16:06:57 +02:00
debian Version 0.2.0 2023-08-22 07:56:28 +02: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 Update packages. 2023-10-20 18:00:15 +02:00
go.sum Update packages. 2023-10-20 18:00:15 +02:00
install.sh install.sh: Use Makefile to install stuff. 2023-05-14 18:09:39 +02:00
LICENSE Adding LICENSE file. 2023-01-05 17:09:55 +01:00
Makefile Version 0.2.0 2023-08-22 07:56:28 +02:00
README.md Cleanup README and refer to the documentation site. 2023-08-22 07:46:06 +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.18 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