1.1.0
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
ContractClientto simplify contract calls. (#675)