Crate mithril_cardano_node_chain

Source
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.