-
Notifications
You must be signed in to change notification settings - Fork 134
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
Integrate a Stellar asset into smart contracts using code #613
Comments
Provided you liked what I did with events, I could write something here. I have played with Stellar assets and Soroban here https://github.com/tupui/soroban-seal-coin/blob/94a61ad64d39b1b01119458e4ac66e1a51410c4a/contract/src/lib.rs#L131-L138 (and see the tests) so I think I know what you mean here. (In terms of timeline, I can start working on that next week. This also leave time to maybe wrap up the other PR 😄) Note to self: probably link to this new page #570 |
Oh yeah that would be great. I'll give it to ya. And the program is running for 10 weeks, feel free to snag as many issues as you'd like!! |
I am trying to start on this one and realise that there is already sort of a guide in the doc, at least the first part, with https://developers.stellar.org/docs/smart-contracts/tokens/stellar-asset-contract (I almost forgot that I actually worked a bit on that page 😅 stellar-deprecated/soroban-docs#718) The second point is still a bit missing. So maybe an approach would be to carve out the last section ( I also see #601 and maybe this could fit in this guide instead as I am not sure there is much more to say on just the minting + testing bit. What do you think? |
Hi @tupui! Hmm. I actually think pulling out the |
Thank you @briwylde08 🙏 yes we can use the same information, nothing changed 😃 |
Great! We've logged your award of $750 worth of XLM which you should see in the next week! Thanks again for your amazing contributions! |
Get awarded: up to $500 worth of XLM
Section: How-To Guides - Conventions: https://github.com/stellar/stellar-docs/tree/main/docs/smart-contracts/guides/conventions
Guide could include:
The text was updated successfully, but these errors were encountered: