Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a simple token contract example #253

Open
tomerweller opened this issue May 29, 2023 · 0 comments
Open

Create a simple token contract example #253

tomerweller opened this issue May 29, 2023 · 0 comments

Comments

@tomerweller
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@tomerweller and others