cardano-client-lib
cardano-client-lib copied to clipboard
Cardano client library in Java
In StakeTx, STAKE_KEY_DEPOSIT is currently hard-coded to 2 ADA. Ideally it should be taken from protocol parameter.
Currently, only POJO --> PlutusData is supported. This enhancement will support Plutus -> POJO (De-serialization)
Right now a developer has to calculate collateral inputs manually, this is not ideal, let's get this automated.
From the discussion below, it would be great to have a built-in function to support this usecase ### Discussed in https://github.com/bloxbean/cardano-client-lib/discussions/255 Originally posted by **iTanChi** June 5, 2023 I want...
Quick Tx apis support inline datum for Plutus V2. But for completeness, we should also add support for Plutus V1 datum hash.
Currently, a shelley address (base,ent,pointer, reward) can be created from HDPublicKey and/or Script. Add new methods to create base/ent/pointer/reward address from payment credential and/or delegation credential. Credential can be either...
Currently there is no elegant way to do Plutus transactions with CIP-31, elegant solution involves exposing extra endpoint the backend so that we have ability to resolve UTxO for a...