IntersectMBO / cardano-node

The core component that is used to participate in a Cardano decentralised blockchain.
https://cardano.org
Apache License 2.0
3.04k stars 724 forks source link

cardano-tools: isolate Tx generation #3950

Open MarcFontaine opened 2 years ago

MarcFontaine commented 2 years ago

Prospectively consider isolating Tx generation into its own principled and narrowly defined library.

mgmeier commented 1 year ago

Start by defining an abstraction and an API (as little monadic as possible) for Tx generation: #4174