Skip to content

chainindex v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 18:51
· 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/chainindex

Python (pip)

pip install chainindex

Published 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

New Contributors

Full Changelog: chaincodec-v0.1.2...chainindex-v0.2.0