Skip to content

Initial release - support for scala/java

Compare
Choose a tag to compare
@mcsherrylabs mcsherrylabs released this 08 Oct 11:37
· 45 commits to master since this release
a7b06fd

This is the initial release of the scala and java wrapper to the Cardano Wallet backend API.

It has been tested against

This release is available on Maven Central

<dependency>
  <groupId>solutions.iog</groupId>
  <artifactId>psg-cardano-wallet-api_2.13</artifactId>
  <version>0.2.0</version>
</dependency>

Attached is the basic command line tool for developers.
See the README for more details.