docs: add class 1 stablecoin issuance walkthrough - #2
Open
Edugera wants to merge 1 commit into
Open
Conversation
Author
|
Thanks for the repository and the learning path. I added this walkthrough as a first contribution to make Class 1 easier to follow for developers who are new to Stellar classic assets. My understanding is that Class 1 demonstrates the minimum technical issuance lifecycle of a fictional stablecoin on testnet: issuer, asset identity, trustline consent, supply distribution, and the expected Happy to adjust the wording or structure if you prefer a different documentation style. |
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.
Summary
This PR adds a walkthrough for Class 1, describing it as the minimum issuance lifecycle of a fictional Stellar-based stablecoin.
It explains:
CODE:ISSUER;op_no_trustfailure;Motivation
The goal is to make the Class 1 learning path clearer for developers who are new to Stellar classic assets.
Class 1 is important because it shows that a token is not only an asset code, but a
CODE:ISSUERpair, and that receiving a non-native asset requires explicit holder consent through a trustline.