Skip to content

0.0.2

Choose a tag to compare

@satran004 satran004 released this 04 Mar 15:14
· 79 commits to main since this release

Maven

<dependency>
    <groupId>com.bloxbean.cardano</groupId>
    <artifactId>aiken-java-binding</artifactId>
    <version>0.0.2</version>
</dependency>

Gradle

implementation 'com.bloxbean.cardano:aiken-java-binding:0.0.2

Current Limitations

The current version doesn't work for a transaction with reference inputs. #1

Workaround : During the transaction cost evaluation, remove the reference inputs from the transaction and add the plutus script to the witness set. After calculating the script cost, you can add back the reference input again.