Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreypfau/kton
High-performance analytical blockchain indexer based on ClickHouse and TON Kotlin
https://github.com/andreypfau/kton
Last synced: 17 days ago
JSON representation
High-performance analytical blockchain indexer based on ClickHouse and TON Kotlin
- Host: GitHub
- URL: https://github.com/andreypfau/kton
- Owner: andreypfau
- License: gpl-3.0
- Created: 2023-02-17T21:32:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-19T20:12:15.000Z (over 1 year ago)
- Last Synced: 2024-01-29T17:18:02.786Z (9 months ago)
- Language: Kotlin
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kton
High-performance analytical TON blockchain indexer based on [ClickHouse](https://clickhouse.com/) and [TON Kotlin](https://github.com/andreypfau/ton-kotlin)## Environment variables
- `KTON_START_FROM_SEQNO` - seqno of masterchain block where indexing starts from
- value: UInt32
- default: [26200000](https://explorer.toncoin.org/search?workchain=-1&shard=8000000000000000&seqno=26200000<=&utime=&roothash=&filehash=) (Sat Dec 31 2022 00:47:46 UTC+0)
- `KTON_DATA_DIR` - Directory for storage internal kton's data (cache, etc.)
- value: File-path
- default: `kton/data`
- `KTON_USE_BLOCK_CACHE` - Use preloaded blocks from `$KTON_DATA_DIR/block_data` stored in BOC files
- value: `true`/`false`
- default: `false`