Cardano MPFS Offchain
Haskell offchain companion to cardano-mpfs-onchain --- indexing, transaction building, and submission for Cardano Merkle Patricia Forestry.
Packages
| Package | Description |
|---|---|
merkle-patricia-forestry |
16-ary hex Patricia trie with Blake2b-256, compatible with the Aiken on-chain implementation |
cardano-mpfs-offchain |
Off-chain service layer: N2C node client, UTxO provider, transaction balancing, submission, and skeleton indexer |
Documentation
- Architecture Overview --- system diagram, phases, design principles
- Data Sources --- N2C connection, mini-protocols, data flow
- Singletons --- record-of-functions interfaces
- Testing --- unit tests, E2E tests with cardano-node subprocess
- API Reference --- Swagger UI for the HTTP API