cardano-client-lib
cardano-client-lib copied to clipboard
Cardano client library in Java
Implementation of a first version HD wallet wrapper.
- Add support to generate DRepId from a script hash
Introduce an Annotation which takes a plutus blueprint in a json format to generate Java files. These can then be processed by the already existing annotation-processor to generate converters.
Currently, annotation processor doesn't support inner model class. ``` @Data @Constr public class A { private int i; private String j; @Data @Constr public static class NestedB { private int...
https://github.com/cardano-foundation/CIPs/tree/master/CIP-0105
As a reminder: We need to discuss if this function is useful, where to put it and if any other refactoring is needed.
Implementation of functions to deserialize PlutusData to a human readable UTF-8 Json string.
Currently CCL has implementation for CIP 1852 which can be used to derive pub/priv key pairs and addresses at different derivation paths. This can be used in an application to...
``` cardano-cli conway governance hash --file-text rationale.txt ```
In some cases, we need to pass the param to script at run time instead of build time to get the final script Lucid lib supports this with rust lib:...