Closed eddex closed 3 years ago
I would like to be able to send transactions to the Cardano blockchain using the blockfrost API. There is an endpoint for that: https://docs.blockfrost.io/#tag/Cardano-Transactions/paths/~1tx~1submit/post
This endpoint expects a serialized transaction. Will this library provide the logic to create the input for this endpoint or do I need to create the serialized transaction in another way?
@eddex for transaction serialization you might want to look at https://github.com/CardanoSharp/cardanosharp-wallet
I would like to be able to send transactions to the Cardano blockchain using the blockfrost API. There is an endpoint for that: https://docs.blockfrost.io/#tag/Cardano-Transactions/paths/~1tx~1submit/post
This endpoint expects a serialized transaction. Will this library provide the logic to create the input for this endpoint or do I need to create the serialized transaction in another way?