Skip to content

v0.2.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 06:24
· 767 commits to master since this release
  • Raspberry pi support
    • Need additional dependency "cardano-client-lib-extras"
    • Verified on Raspberry pi 4 with "Raspbian GNU/Linux 11 (bullseye)" and "Ubuntu 20.10 (64 bits)"
  • Alonzo specific serialization changes

pom.xml

        <dependency>
            <groupId>com.bloxbean.cardano</groupId>
            <artifactId>cardano-client-lib</artifactId>
            <version>0.2.0-preview1</version>
        </dependency>
        <dependency>
            <groupId>com.bloxbean.cardano</groupId>
            <artifactId>cardano-client-lib-extras</artifactId>
            <version>0.2.0-preview1</version>
        </dependency>