IntersectMBO / cardano-transactions

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

Add support to Shelley mainnet in app/Main.hs #28

Open zoowii opened 3 years ago

zoowii commented 3 years ago

It seems that the entrypoint file app/Main.hs only support Byron transaction, so it can't be used in cardano mainnet. Anyone can add the support of Shelley?

rvl commented 3 years ago

Hi, you can also use cardano-cli transaction to create and submit transactions to cardano mainnet.