stellar / stellar-docs

Documentation for Stellar
https://developers.stellar.org
Apache License 2.0
58 stars 125 forks source link

soroban-by-example.org #477

Open leighmcculloch opened 2 years ago

leighmcculloch commented 2 years ago

Placeholder issue for building ???-by-example.com website to teach new devs how to write stellar contracts. Inspired by: https://solidity-by-example.org, and https://gobyexample.com. Largely, this depends on a lot of example contracts, building up from hello world, to complex defi examples.

TODO

leighmcculloch commented 2 years ago

@tyvdh Would you be up for exploring this?

kalepail commented 2 years ago

Indeed. I may or may not have already preemptively registered soroban-by-example.org. My team has plans to think about this. Likely it will just be a collection of repos or maybe tutorials linking to repos containing soroban contracts written by the community. Though we certainly could write a lot of these ourselves, especially key ones. I'm happy to take on the site and format though and propose something.

Do we have any thoughts on when this should go live? Probably just sometime around when we hit public network?

leighmcculloch commented 2 years ago

cc @tomerweller regarding when this should go live ☝🏻

janewang commented 5 months ago

http://soroban-by-example.com currently redirects to soroban examples

koolamusic commented 1 week ago

My team built https://sorobanexamples.xyz and have the opensource repo at https://github.com/daccred

We took most of our inspiration from the ecosystem and integrated an AI agent that can extend an existing example contract with new functionality