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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5801,7 +5801,7 @@ A mechanism for specifying the initial state of a blockchain. By convention, thi
5801
5801
5802
5802
## GRANDPA
5803
5803
5804
-
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language.
5804
+
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://rust-lang.org/){target=\_blank} programming language.
5805
5805
5806
5806
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}.
5807
5807
@@ -5937,7 +5937,7 @@ Learn more in the [storage items](https://paritytech.github.io/polkadot-sdk/mast
5937
5937
5938
5938
## Substrate
5939
5939
5940
-
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}.
5940
+
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}.
5941
5941
5942
5942
## Transaction
5943
5943
@@ -5964,7 +5964,7 @@ An execution architecture that allows for the efficient, platform-neutral expres
5964
5964
deterministic, machine-executable logic.
5965
5965
5966
5966
[Wasm](https://webassembly.org/){target=\_blank} can be compiled from many languages, including
5967
-
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.
5967
+
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.
5968
5968
5969
5969
## Weight
5970
5970
@@ -8880,8 +8880,8 @@ This architectural evolution promises to enhance Polkadot's scalability and flex
- Summary: Understand how the blocks authored by parachain collators are secured by the relay chain validators and how the parachain transactions achieve finality.
8886
8886
8887
8887
# Parachain Consensus
@@ -11111,7 +11111,7 @@ By the end of this guide, you'll have a working template ready to customize and
11111
11111
11112
11112
Before getting started, ensure you have done the following:
11113
11113
11114
-
- 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.
11114
+
- 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.
11115
11115
11116
11116
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
@@ -4956,8 +4963,8 @@ This architectural evolution promises to enhance Polkadot's scalability and flex
- Summary: Understand how the blocks authored by parachain collators are secured by the relay chain validators and how the parachain transactions achieve finality.
4962
4969
4963
4970
# Parachain Consensus
@@ -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.
0 commit comments