chainindex v0.2.0
·
13 commits
to main
since this release
chainindex v0.2.0
High-performance blockchain indexer with reorg detection and pluggable storage
for Rust, TypeScript/Node.js, and Python.
Install
Rust (Cargo.toml)
[dependencies]
chainindex-core = "0.2.0"
chainindex-storage = "0.2.0"
chainindex-evm = "0.2.0"
chainindex-solana = "0.2.0"npm / Node.js
npm install @chainfoundry/chainindexPython (pip)
pip install chainindexPublished crates
| Crate | crates.io |
|---|---|
| chainindex-core | https://crates.io/crates/chainindex-core |
| chainindex-storage | https://crates.io/crates/chainindex-storage |
| chainindex-evm | https://crates.io/crates/chainindex-evm |
| chainindex-solana | https://crates.io/crates/chainindex-solana |
npm: https://www.npmjs.com/package/@chainfoundry/chainindex
PyPI: https://pypi.org/project/chainindex/
What's Changed
- Feat chainrpc chainindex by @DarshanKumar89 in #2
New Contributors
- @DarshanKumar89 made their first contribution in #2
Full Changelog: chaincodec-v0.1.2...chainindex-v0.2.0