stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
57 stars 60 forks source link

Update custom account examples to use the SDK interface #303

Closed leighmcculloch closed 5 months ago

leighmcculloch commented 5 months ago

What

Update custom account examples to use the SDK interface.

Why

The interface is there to help make sure that implementations match the interface that the Soroban Env expects. The examples should encourage use of them, even though they aren't required.