loambuild / loam

build, deploy, and maintain ambitious smart contracts. monorepo for Loam SDK, CLI, and shared tools.
https://loam.build
2 stars 7 forks source link

fix: move examples back to top-level #149

Closed chadoh closed 2 months ago

chadoh commented 2 months ago

These were moved as an attempt to fix the embedded examples shipped as part of loam init, but the fix didn't work anyhow. There are duplicate core and status_message examples in crates/loam-cli/src/examples/soroban

We should fix init and de-duplicate the examples, yes, but in the meantime we have a bunch of readmes that link to these examples, but all those links are dead because the examples moved. For no good reason.