|
7 | 7 | *** xref:quick-start:sepolia.adoc[Deploying and interacting with `HelloStarknet` on Sepolia] |
8 | 8 | *** xref:quick-start:next-steps.adoc[Recommended next steps] |
9 | 9 | *** xref:quick-start:troubleshooting.adoc[Troubleshooting] |
10 | | - ** Starknet 101 |
11 | | - *** Cairo programming |
12 | | - **** xref:cairo-101/variables.adoc[Variables] |
13 | | - **** xref:cairo-101/constants.adoc[Constants] |
14 | | - **** xref:cairo-101/strings.adoc[Strings] |
15 | | - **** xref:cairo-101/felt.adoc[Felts] |
16 | | - **** xref:cairo-101/integers.adoc[Integers] |
17 | | - **** xref:cairo-101/booleans.adoc[Booleans] |
18 | | - **** xref:cairo-101/tuples.adoc[Tuples] |
19 | | - **** xref:cairo-101/if-expressions.adoc[`if` expressions] |
20 | | - **** xref:cairo-101/loops.adoc[Loops] |
21 | | - *** Smart contracts |
22 | | - **** xref:starknet-by-example/storage.adoc[] |
23 | | - **** xref:starknet-by-example/visibility-mutability.adoc[] |
24 | | - **** xref:starknet-by-example/variables.adoc[] |
25 | | - **** xref:starknet-by-example/constructor.adoc[] |
26 | | - **** xref:starknet-by-example/errors.adoc[] |
27 | | - **** xref:starknet-by-example/events.adoc[] |
28 | | - **** xref:starknet-by-example/custom-types.adoc[] |
29 | | - **** xref:starknet-by-example/mappings.adoc[] |
30 | | - **** xref:starknet-by-example/documentation.adoc[] |
31 | | - **** xref:starknet-by-example/interactions.adoc[] |
32 | | - **** xref:starknet-by-example/testing.adoc[] |
33 | | - // *** Components |
34 | | - // **** xref:starknet-by-example/components-dependencies.adoc[Dependencies] |
35 | | - // **** xref:starknet-by-example/components-storage-collisions.adoc[Storage collisions] |
36 | | - *** Advanced concepts |
37 | | - **** xref:starknet-by-example/components.adoc[] |
38 | | - **** xref:starknet-by-example/factory-pattern.adoc[] |
39 | | - **** xref:starknet-by-example/write-to-any-slot.adoc[] |
40 | | - **** xref:starknet-by-example/struct-mapping-key.adoc[] |
41 | | - **** xref:starknet-by-example/hashing.adoc[] |
42 | | - **** xref:starknet-by-example/storage-packing.adoc[] |
43 | | - **** xref:starknet-by-example/library-calls.adoc[] |
44 | | - // *** Applications |
45 | | - // ** Staking on Starknet |
46 | | - // *** xref:staking-on-starknet/overview.adoc[Overview] |
47 | | - // *** xref:staking-on-starknet/prerequisite.adoc[Setting up your environment] |
48 | | - // *** xref:staking-on-starknet/juno.adoc[Spinning up your validator with Juno] |
49 | | - // *** xref:staking-on-starknet/pathfinder.adoc[Spinning up your validator with Pathfinder] |
50 | | - // *** xref:staking-on-starknet/stake.adoc[Staking your STRK tokens] |
51 | | - // *** xref:staking-on-starknet/block-attestation.adoc[Running your Block Attestation Service] |
52 | | - // *** xref:staking-on-starknet/next-steps.adoc[Recommended next steps] |
| 10 | + ** Becoming a validator |
| 11 | + *** xref:staking-on-starknet/overview.adoc[Overview] |
| 12 | + *** xref:staking-on-starknet/prerequisite.adoc[] |
| 13 | + *** xref:staking-on-starknet/stake.adoc[Staking your STRK] |
| 14 | + *** xref:staking-on-starknet/pathfinder.adoc[Running your full node] |
| 15 | + *** xref:staking-on-starknet/next-steps.adoc[Recommended next steps] |
0 commit comments