Describe the feature you'd like
I'd like to be able to build a transaction without the need to store the output from commands on the filesystem. Instead, I'd like to be able to have this optional and be able to store the output of such commands in memory for use in a later command.
Additional context / screenshots
Currently, cardano-cli requires to use --out-file / --tx-body-file when building a transaction / calculating the fees.
External
Area Building Transactions
Describe the feature you'd like I'd like to be able to build a transaction without the need to store the output from commands on the filesystem. Instead, I'd like to be able to have this optional and be able to store the output of such commands in memory for use in a later command.
example
or how about using pipes?
Additional context / screenshots Currently, cardano-cli requires to use
--out-file
/--tx-body-file
when building a transaction / calculating the fees.