cardano-client-lib icon indicating copy to clipboard operation
cardano-client-lib copied to clipboard

Cardano client library in Java

Results 126 cardano-client-lib issues
Sort by recently updated
recently updated
newest added

Hello, this is a draft PR for CIP22 for java. While the code is pretty much straightforward, it does depend on two more moving parts: 1. A custom Cardano version...

hey, i have a quick question. i am looking at the example guess contract you have here: https://github.com/bloxbean/cardano-client-examples/blob/main/src/main/java/com/bloxbean/cardano/client/examples/function/contract/CustomGuessContractTest.java and i dont understand what is the purpose of the Exunits. if...

Hi, In the _**UtxoTransactionBuilderImpl**.buildOuputsForSenderFromUtxos_ you have this check ` //Check if minimum Ada is not met. Topup //Transaction will fail if minimum ada not there. So try to get some...

Hello Satya, This is not an issue per se, but I'd like to confirm my approach for building a transaction with function builders. I'm trying to build a transaction that...

Nice library BTW. It would be nice to have support for multiple outputs on a TX. Currently you can only send lovelace or native assets to a single address per...

As far as I investigated, I have not found the implementation for the "addresses/{address}/total" support, bloxbean version 0.1.5. I believe, that this addition will help users like me to get...

enhancement

Scenario : Transaction using high level api (PaymentTransaction) The lib currently creates two outputs when a high level api is used for transaction. The outputs are not validated for max...