From 9728db9ae00a62d3126866ae8a5dc4b90fdb69c6 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Mon, 15 Aug 2022 13:33:01 -0400 Subject: [PATCH] don't lie: this guide doesn't explain what smart contracts are and that's fine. the target audience for this guide already knows they want smart contracts and Rust. --- src/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/README.md b/src/README.md index 0b7b400..3339ce3 100644 --- a/src/README.md +++ b/src/README.md @@ -11,8 +11,8 @@ These are useful. These are fine. Especially the Rust Book. We recommend you rea But none are what we wanted: - A quick intro to Rust, providing just enough depth to get you started on your Smart Contract journey; -- A quick explainer of what Smart Contracts even are, and what sorts of problems they solve; -- Examples you can "touch and feel" in the [RAEN Admin](https://raen.dev/admin) panel, so you get a quick feedback loop between modifying Rust code and actually using the resulting smart contract. +- Examples you can "touch and feel" in the [RAEN Admin](https://raen.dev/admin) panel, so you get a quick feedback loop between modifying Rust code and actually using the resulting smart contract; +- Progressively more complex examples, so you can see the basics clearly and then build on those patterns. That is, something like [RAEN](https://raen.dev) itself, built to help developers launch NEAR apps faster than they thought possible.