blockfrost / blockfrost-dotnet

.NET, C# and PowerShell SDK for Blockfrost.io API
Apache License 2.0
17 stars 9 forks source link

Question: Will this library provide transaction signing functionality too? #20

Closed eddex closed 3 years ago

eddex commented 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?

mmahut commented 3 years ago

@eddex for transaction serialization you might want to look at https://github.com/CardanoSharp/cardanosharp-wallet