stellar / soroban-examples

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

Add a simpler authorization example #58

Closed jonjove closed 2 years ago

jonjove commented 2 years ago

What problem does your feature solve?

Right now the token contract is the standard entry-point for learning about auth, but it has a lot of complexity to make it appropriate for production.

What would you like to see?

We should add an example that makes several simplifying assumptions to help people learn the basics.

What alternatives are there?

TODO

sisuresh commented 2 years ago

Resolved by #64 and #65