Skip to content

1.1.0

Choose a tag to compare

@overcat overcat released this 24 Feb 04:23
· 92 commits to master since this release
4d7e298

In this release, we have significantly simplified the process of using the Java SDK to interact with Soroban contracts. You can now use stellar-contract-bindings to generate Java bindings for contracts and invoke them. Please visit the GitHub repository of stellar-contract-bindings for more information.

Update

  • feat: add ContractClient to simplify contract calls. (#675)