ton-indexer

所属分类:区块链开发
开发工具:Rust
文件大小:156KB
下载次数:0
上传日期:2023-04-28 02:44:38
上 传 者sh-1993
说明:  ton索引器,一个简单可靠的索引器节点
(ton-indexer,A simple and reliable indexer node)

文件列表:
Cargo.toml (2384, 2023-05-29)
LICENSE (11357, 2023-05-29)
archive-downloader (0, 2023-05-29)
archive-downloader\Cargo.toml (375, 2023-05-29)
archive-downloader\src (0, 2023-05-29)
archive-downloader\src\lib.rs (10099, 2023-05-29)
archive-uploader (0, 2023-05-29)
archive-uploader\Cargo.toml (396, 2023-05-29)
archive-uploader\src (0, 2023-05-29)
archive-uploader\src\lib.rs (5256, 2023-05-29)
examples (0, 2023-05-29)
examples\simple_node.rs (3362, 2023-05-29)
global-config (0, 2023-05-29)
global-config\Cargo.toml (356, 2023-05-29)
global-config\src (0, 2023-05-29)
global-config\src\lib.rs (9051, 2023-05-29)
src (0, 2023-05-29)
src\config (0, 2023-05-29)
src\config\mod.rs (6674, 2023-05-29)
src\config\node_keys.rs (2552, 2023-05-29)
src\db (0, 2023-05-29)
src\db\migrations (0, 2023-05-29)
src\db\migrations\mod.rs (1433, 2023-05-29)
src\db\mod.rs (8724, 2023-05-29)
src\db\refcount.rs (2498, 2023-05-29)
src\db\tables.rs (9263, 2023-05-29)
src\engine (0, 2023-05-29)
src\engine\complex_operations (0, 2023-05-29)
src\engine\complex_operations\apply_block.rs (6858, 2023-05-29)
src\engine\complex_operations\boot (0, 2023-05-29)
src\engine\complex_operations\boot\cold_boot.rs (22789, 2023-05-29)
src\engine\complex_operations\boot\mod.rs (1431, 2023-05-29)
src\engine\complex_operations\boot\warm_boot.rs (1390, 2023-05-29)
src\engine\complex_operations\download_state.rs (12033, 2023-05-29)
src\engine\complex_operations\mod.rs (216, 2023-05-29)
src\engine\complex_operations\shard_client.rs (11826, 2023-05-29)
src\engine\complex_operations\sync (0, 2023-05-29)
... ...

Logo

# 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: "0092a775abde7539df5fab97ac32e***4eb3bc3711c9136ef3a96be8e290df111" 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].

近期下载者

相关文件


收藏者