stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Add a very simple account contract example. #227

Closed dmkozh closed 1 year ago

dmkozh commented 1 year ago

What

Add a very simple account contract example.

This is close to minimal possible valid account contract that is aimed at demonstrating the most basic concepts.

Why

This is in response to request for a simpler account contract example(https://github.com/stellar/soroban-examples/issues/226) - the only existing example is quite involved and aims at demonstrating all the account contract features.

Known limitations

N/A

leighmcculloch commented 1 year ago

Love how simple this is. 👏🏻