https://github.com/broxus/ton-indexer
A simple and reliable indexer node
https://github.com/broxus/ton-indexer
blockchain everscale indexer venom-blockchain venom-developer-program venom-indexer
Last synced: 6 months ago
JSON representation
A simple and reliable indexer node
- Host: GitHub
- URL: https://github.com/broxus/ton-indexer
- Owner: broxus
- License: apache-2.0
- Created: 2020-10-06T06:23:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T15:50:57.000Z (12 months ago)
- Last Synced: 2024-11-18T10:36:03.352Z (6 months ago)
- Topics: blockchain, everscale, indexer, venom-blockchain, venom-developer-program, venom-indexer
- Language: Rust
- Homepage:
- Size: 23.9 MB
- Stars: 25
- Watchers: 4
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TON Indexer
## About
This project is a simplified, refactored and optimized version of [ever-node](https://github.com/tonlabs/ever-node)
and would not have been implemented without their gigantic work of reverse engineering the original С++ node.## Usage
### Run examples
1. Create config `config.yaml`
```yaml
---
indexer:
adnl_keys:
dht_key: "0092a775abde7539df5fab97ac32e644eb3bc3711c9136ef3a96be8e290df111"
overlay_key: "f0db73bee16d51b5372540a50a7ed61c11e1527e5f6194579ec9fff3f89be222"
rocks_db_path: "./db/rocksdb"
file_db_path: "./db/file"
```2. Download network global config
```bash
wget https://raw.githubusercontent.com/tonlabs/net.ton.dev/master/configs/ton-global.config.json
```3. Run simple node
```bash
cargo run --release --example simple_node -- --config config.yaml --global-config ton-global.config.json
```## Contributing
We welcome contributions to the project! If you notice any issues or errors, feel free to open an issue or submit a pull request.
## License
This project is licensed under the [License Apache].