Add full example of creating a wallet, a transaction, signing it an serializing it. For the testnet.
Add Makefile for building the example.
Add two functions
cardano_wallet_root_key
cardano_transaction_txid
The first one is to be able to derive the private keys for signing.
The second one is because it is needed for the witness and the only way of getting it right now is for a tx already signed.
Add to the header
Add cardano_xprv_derive to the header (it was implemented but not exported)
Summary
Example
Add full example of creating a wallet, a transaction, signing it an serializing it. For the testnet. Add Makefile for building the example.
Add two functions
cardano_wallet_root_key
cardano_transaction_txid
The first one is to be able to derive the private keys for signing. The second one is because it is needed for the witness and the only way of getting it right now is for a tx already signed.
Add to the header
Add
cardano_xprv_derive
to the header (it was implemented but not exported)