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
Copy file name to clipboardExpand all lines: .ai/categories/basics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3993,7 +3993,7 @@ By the end of this guide, you'll have a working template ready to customize and
3993
3993
3994
3994
Before getting started, ensure you have done the following:
3995
3995
3996
-
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
3996
+
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
3997
3997
3998
3998
For this tutorial series, you need to use Rust `1.86`. Newer versions of the compiler may not work with this parachain template version.
Copy file name to clipboardExpand all lines: .ai/categories/dapps.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2769,7 +2769,7 @@ A mechanism for specifying the initial state of a blockchain. By convention, thi
2769
2769
2770
2770
## GRANDPA
2771
2771
2772
-
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language.
2772
+
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://rust-lang.org/){target=\_blank} programming language.
2773
2773
2774
2774
The [formal specification](https://github.com/w3f/consensus/blob/master/pdf/grandpa-old.pdf){target=\_blank} is maintained by the [Web3 Foundation](https://web3.foundation/){target=\_blank}.
2775
2775
@@ -2905,7 +2905,7 @@ Learn more in the [storage items](https://paritytech.github.io/polkadot-sdk/mast
2905
2905
2906
2906
## Substrate
2907
2907
2908
-
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
2908
+
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
2909
2909
2910
2910
## Transaction
2911
2911
@@ -2932,7 +2932,7 @@ An execution architecture that allows for the efficient, platform-neutral expres
2932
2932
deterministic, machine-executable logic.
2933
2933
2934
2934
[Wasm](https://webassembly.org/){target=\_blank} can be compiled from many languages, including
2935
-
the [Rust](https://www.rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
2935
+
the [Rust](https://rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
2936
2936
2937
2937
## Weight
2938
2938
@@ -6496,7 +6496,7 @@ By the end of this guide, you'll have a working template ready to customize and
6496
6496
6497
6497
Before getting started, ensure you have done the following:
6498
6498
6499
-
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
6499
+
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
6500
6500
6501
6501
For this tutorial series, you need to use Rust `1.86`. Newer versions of the compiler may not work with this parachain template version.
6502
6502
@@ -8115,7 +8115,6 @@ Wallet types fall into two categories based on their connection to the internet:
Copy file name to clipboardExpand all lines: .ai/categories/infrastructure.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3014,7 +3014,7 @@ A mechanism for specifying the initial state of a blockchain. By convention, thi
3014
3014
3015
3015
## GRANDPA
3016
3016
3017
-
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language.
3017
+
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://rust-lang.org/){target=\_blank} programming language.
3018
3018
3019
3019
The [formal specification](https://github.com/w3f/consensus/blob/master/pdf/grandpa-old.pdf){target=\_blank} is maintained by the [Web3 Foundation](https://web3.foundation/){target=\_blank}.
3020
3020
@@ -3150,7 +3150,7 @@ Learn more in the [storage items](https://paritytech.github.io/polkadot-sdk/mast
3150
3150
3151
3151
## Substrate
3152
3152
3153
-
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
3153
+
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
3154
3154
3155
3155
## Transaction
3156
3156
@@ -3177,7 +3177,7 @@ An execution architecture that allows for the efficient, platform-neutral expres
3177
3177
deterministic, machine-executable logic.
3178
3178
3179
3179
[Wasm](https://webassembly.org/){target=\_blank} can be compiled from many languages, including
3180
-
the [Rust](https://www.rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
3180
+
the [Rust](https://rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
3181
3181
3182
3182
## Weight
3183
3183
@@ -8910,7 +8910,7 @@ By the end of this guide, you'll have a working template ready to customize and
8910
8910
8911
8911
Before getting started, ensure you have done the following:
8912
8912
8913
-
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
8913
+
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
8914
8914
8915
8915
For this tutorial series, you need to use Rust `1.86`. Newer versions of the compiler may not work with this parachain template version.
8916
8916
@@ -9314,7 +9314,6 @@ The next step is to sync your node with the chosen blockchain network. Synchroni
9314
9314
9315
9315
If you'd like to speed up the process further, you can use a database snapshot. Snapshots are compressed backups of the blockchain's database directory and can significantly reduce the time required to sync a new node. Here are a few public snapshot providers:
Copy file name to clipboardExpand all lines: .ai/categories/networks.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2289,7 +2289,7 @@ A mechanism for specifying the initial state of a blockchain. By convention, thi
2289
2289
2290
2290
## GRANDPA
2291
2291
2292
-
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language.
2292
+
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://rust-lang.org/){target=\_blank} programming language.
2293
2293
2294
2294
The [formal specification](https://github.com/w3f/consensus/blob/master/pdf/grandpa-old.pdf){target=\_blank} is maintained by the [Web3 Foundation](https://web3.foundation/){target=\_blank}.
2295
2295
@@ -2425,7 +2425,7 @@ Learn more in the [storage items](https://paritytech.github.io/polkadot-sdk/mast
2425
2425
2426
2426
## Substrate
2427
2427
2428
-
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
2428
+
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
2429
2429
2430
2430
## Transaction
2431
2431
@@ -2452,7 +2452,7 @@ An execution architecture that allows for the efficient, platform-neutral expres
2452
2452
deterministic, machine-executable logic.
2453
2453
2454
2454
[Wasm](https://webassembly.org/){target=\_blank} can be compiled from many languages, including
2455
-
the [Rust](https://www.rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
2455
+
the [Rust](https://rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
2456
2456
2457
2457
## Weight
2458
2458
@@ -5231,7 +5231,7 @@ By the end of this guide, you'll have a working template ready to customize and
5231
5231
5232
5232
Before getting started, ensure you have done the following:
5233
5233
5234
-
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
5234
+
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
5235
5235
5236
5236
For this tutorial series, you need to use Rust `1.86`. Newer versions of the compiler may not work with this parachain template version.
Copy file name to clipboardExpand all lines: .ai/categories/parachains.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5335,7 +5335,7 @@ A mechanism for specifying the initial state of a blockchain. By convention, thi
5335
5335
5336
5336
## GRANDPA
5337
5337
5338
-
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language.
5338
+
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://rust-lang.org/){target=\_blank} programming language.
5339
5339
5340
5340
The [formal specification](https://github.com/w3f/consensus/blob/master/pdf/grandpa-old.pdf){target=\_blank} is maintained by the [Web3 Foundation](https://web3.foundation/){target=\_blank}.
5341
5341
@@ -5471,7 +5471,7 @@ Learn more in the [storage items](https://paritytech.github.io/polkadot-sdk/mast
5471
5471
5472
5472
## Substrate
5473
5473
5474
-
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
5474
+
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
5475
5475
5476
5476
## Transaction
5477
5477
@@ -5498,7 +5498,7 @@ An execution architecture that allows for the efficient, platform-neutral expres
5498
5498
deterministic, machine-executable logic.
5499
5499
5500
5500
[Wasm](https://webassembly.org/){target=\_blank} can be compiled from many languages, including
5501
-
the [Rust](https://www.rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
5501
+
the [Rust](https://rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
5502
5502
5503
5503
## Weight
5504
5504
@@ -10645,7 +10645,7 @@ By the end of this guide, you'll have a working template ready to customize and
10645
10645
10646
10646
Before getting started, ensure you have done the following:
10647
10647
10648
-
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
10648
+
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
10649
10649
10650
10650
For this tutorial series, you need to use Rust `1.86`. Newer versions of the compiler may not work with this parachain template version.
.taskTextOutsideRight { fill: var(--md-default-fg-color) !important; font-size: 20px !important; }
298
+
299
+
.grid .tick text { fill: var(--md-default-fg-color) !important; font-size: 20px !important; }
293
300
"
294
301
themeVariables:
295
302
sectionBkgColor: '#fff'
@@ -2721,7 +2728,7 @@ A mechanism for specifying the initial state of a blockchain. By convention, thi
2721
2728
2722
2729
## GRANDPA
2723
2730
2724
-
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language.
2731
+
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://rust-lang.org/){target=\_blank} programming language.
2725
2732
2726
2733
The [formal specification](https://github.com/w3f/consensus/blob/master/pdf/grandpa-old.pdf){target=\_blank} is maintained by the [Web3 Foundation](https://web3.foundation/){target=\_blank}.
2727
2734
@@ -2857,7 +2864,7 @@ Learn more in the [storage items](https://paritytech.github.io/polkadot-sdk/mast
2857
2864
2858
2865
## Substrate
2859
2866
2860
-
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
2867
+
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
2861
2868
2862
2869
## Transaction
2863
2870
@@ -2884,7 +2891,7 @@ An execution architecture that allows for the efficient, platform-neutral expres
2884
2891
deterministic, machine-executable logic.
2885
2892
2886
2893
[Wasm](https://webassembly.org/){target=\_blank} can be compiled from many languages, including
2887
-
the [Rust](https://www.rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
2894
+
the [Rust](https://rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
2888
2895
2889
2896
## Weight
2890
2897
@@ -6371,7 +6378,7 @@ By the end of this guide, you'll have a working template ready to customize and
6371
6378
6372
6379
Before getting started, ensure you have done the following:
6373
6380
6374
-
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
6381
+
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
6375
6382
6376
6383
For this tutorial series, you need to use Rust `1.86`. Newer versions of the compiler may not work with this parachain template version.
Copy file name to clipboardExpand all lines: .ai/categories/reference.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ A mechanism for specifying the initial state of a blockchain. By convention, thi
186
186
187
187
## GRANDPA
188
188
189
-
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language.
189
+
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://rust-lang.org/){target=\_blank} programming language.
190
190
191
191
The [formal specification](https://github.com/w3f/consensus/blob/master/pdf/grandpa-old.pdf){target=\_blank} is maintained by the [Web3 Foundation](https://web3.foundation/){target=\_blank}.
192
192
@@ -322,7 +322,7 @@ Learn more in the [storage items](https://paritytech.github.io/polkadot-sdk/mast
322
322
323
323
## Substrate
324
324
325
-
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
325
+
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
326
326
327
327
## Transaction
328
328
@@ -349,7 +349,7 @@ An execution architecture that allows for the efficient, platform-neutral expres
349
349
deterministic, machine-executable logic.
350
350
351
351
[Wasm](https://webassembly.org/){target=\_blank} can be compiled from many languages, including
352
-
the [Rust](https://www.rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
352
+
the [Rust](https://rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
0 commit comments