feat: add second example template: token-allowlist#190
Merged
Nanle-code merged 2 commits intoMay 29, 2026
Conversation
|
@maztah1 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #115
This PR resolves issue #115 by adding a second built-in example template:
token-allowlistintemplates/examples/token-allowlist/.Key Changes
token-allowlist:Cargo.toml: Package manifest using the standard Soroban configuration and{{PROJECT_NAME}}placeholder.README.md: Explaining the template's features, build, test, deploy steps, and CLI invocation examples.src/lib.rs: Full Soroban smart contract for a token allowlist. It allows an admin to manage approved addresses, query status, and transfer/update admin authority, incorporating{{PROJECT_NAME_PASCAL}}placeholder. Includes robust unit tests.templates/README.mdto document the newtoken-allowlisttemplate.tests/template_marketplace_test.rsto verify the structure, files, and placeholders for bothsimple-counterandtoken-allowlistexample templates.Verification Plan
Automated Verification
{{PROJECT_NAME}}inCargo.toml{{PROJECT_NAME_PASCAL}}insrc/lib.rs