stellar / stellar-docs

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

Add soroban contract example page using the workspace example #518

Closed leighmcculloch closed 1 month ago

leighmcculloch commented 5 months ago

There's an example in the examples repo called workspace that demonstrates how to develop multiple contracts side by side, and test them, and share interfaces.

The example discusses some unique concepts, like how to test multiple contracts together, and how to share code.

There's no page in the docs that does a walkthrough of that example, but it would be useful as we do get questions about how to do these things.

Related conversation: https://stellarfoundation.slack.com/archives/C06DZBAH64X/p1713933014007199

janewang commented 5 months ago

Is this ticket same as #481?

leighmcculloch commented 5 months ago

Maybe. I think there's value in a page geared towards testing tutorial / guide but it would likely involve using the workspace example.