Initial release - support for scala/java
This is the initial release of the scala and java wrapper to the Cardano Wallet backend API.
It has been tested against
- Cardano Node 1.20.0
- Cardano Wallet 2020-09-30
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.