Contains simple examples for indexing smart contracts with Chaindexing across supported
languages. See README.md
in sub-directories for how to run each example.
rust/
- Complete working examples in Rustnfts/
- Index ERC721 NFT transfers (BAYC, Doodles)uniswap/
- Index Uniswap V3 pools and swaps
typescript/
- TypeScript examples (structure complete, awaiting core implementation)nfts/
- NFT transfer indexing with TypeScriptuniswap/
- Uniswap V3 protocol indexing with TypeScript- Status: ⏳ Ready for when TypeScript core is complete
Choose your preferred language:
# Rust examples (fully working)
cd rust/
# See rust/README.md for setup instructions
# TypeScript examples (development in progress)
cd typescript/
npm run test-status # Check current implementation status
# See typescript/README.md for expected functionality