IntersectMBO / cardano-transactions

Library utilities for constructing and signing Cardano transactions.
Apache License 2.0
25 stars 7 forks source link

have a plan to support the Shelley mainnet? #29

Closed bocaigo closed 3 years ago

bocaigo commented 3 years ago

When cardano-cli is used to submit a transaction, txID cannot be returned in real time. Is there any method to obtain TXID when submitting a transaction? Or is there any plan to support Shelley main network

rvl commented 3 years ago

Hi @bocaigo, the txid is already known before submitting the transaction.

You can see it with the cardano-cli transaction txid command.

bocaigo commented 3 years ago

This method can solve my problem. plan to deal with it this way. thx @rvl