Expand description
This crate provides functionality for interacting with the Cardano blockchain through integration with Cardano nodes, offering chain observation, block scanning, and transaction handling capabilities.
Modulesยง
- chain_
observer - Tools to request metadata, like the current epoch or the stake distribution, from the Cardano
- chain_
reader - Tools to read chain blocks sequentially
- chain_
scanner - The module used for parsing Cardano transactions
- entities
- The entities used when interacting with the chain.
- test
- Test utilities.