You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you prefer to explore code directly, you can start building in the [Substrate Playground](/playground/) or consult the API reference to get details about the Rust crates you use.
Copy file name to clipboardExpand all lines: content/md/en/docs/tutorials/collectibles-workshop/01-prepare.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,6 @@ To get the most out of this workshop, you'll want to have a working development
8
8
To make sure you have everything you need, review this preflight checklist.
9
9
If you discover something's missing, click the corresponding link.
10
10
11
-
You can complete this workshop without setting up a local working environment if you use the [Substrate Playground](https://substrate.io/developers/playground/).
12
-
However, if you use the Substrate Playground, the changes you make aren't saved when you end a session.
13
-
If you use Substrate Playground, you can skip this checklist and go directly to [Get oriented](/tutorials/collectibles-workshop/02-orientation/), but be sure to save copies of the files you edit!
14
-
15
11
The instructions in the workshop assume you are working in a local environment.
16
12
17
13
## Supported operating system
@@ -27,13 +23,13 @@ To set up a local development environment, you must have one of the following su
27
23
Substrate is built using Rust, a modern type sound programming language.
28
24
The Rust compiler minimizes the chances of errors getting into your code and produces binaries that run on most operating systems and WebAssembly targets.
29
25
30
-
-[ ] Rust is installed locally or available in the browser using the Substrate playground.
26
+
-[ ] Rust is installed locally.
31
27
32
28
If you aren't sure, open a terminal and run `rustup show`.
33
29
If Rust isn't installed on your computer, follow the instructions in [Install](/install) for your operating system.
34
30
The last step in the installation instructions is to verify that the default node template compiles.
35
31
36
-
-[ ] Substrate node compiles locally or is available in the browser using the Substrate playground.
32
+
-[ ] Substrate node compiles locally.
37
33
38
34
If you're new to Rust, keep in mind that this workshop isn’t about _learning_ Rust.
39
35
However, for a brief introduction to a few important concepts, see [Detour: Learn Rust for Substrate](/tutorials/collectibles-workshop/detours/learn-rust/).
Copy file name to clipboardExpand all lines: content/md/en/docs/tutorials/index.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ If you are someone who likes to learn by doing, the Substrate tutorials are a gr
8
8
Tutorials don't provide much background about _why_ you are performing certain steps or explain the coding details.
9
9
Instead, the tutorials give you hands-on experience performing the tasks essential to building your own blockchain and focus on ensuring a successful result.
10
10
11
-
If you prefer to experiment on your own with less guidance, you might want to explore the [Substrate Playground](/playground/).
12
11
If you prefer to dig into the details of the code directly, you might want to start with the [Rust API](https://paritytech.github.io/substrate/master/sc_service/index.html) documentation.
13
12
But if you want to start your journey with a guided tour, try out the following tutorials.
0 commit comments