Skip to content

Commit

Permalink
don't lie: this guide doesn't explain what smart contracts are
Browse files Browse the repository at this point in the history
and that's fine.

the target audience for this guide already knows they want smart
contracts and Rust.
  • Loading branch information
chadoh committed Aug 15, 2022
1 parent 1d2d32a commit 9728db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9728db9

Please sign in to comment.