stellar / soroban-examples

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

Create a simple token contract example #253

Open tomerweller opened 1 year ago

tomerweller commented 1 year ago

The current token example fully implements the token interface. This includes "advanced" topics such as allowances and admin functions that might be a bit confusing for new contract devs. It can be beneficial to add a simple token contract with a finite supply, simple transfer functionality and no allowances to demonstrate basic soroban concepts.

Originally suggested by @wildework