Skip to content

Commit 52761d3

Browse files
committed
rev
1 parent 328165d commit 52761d3

File tree

13 files changed

+64
-46
lines changed

13 files changed

+64
-46
lines changed

.ai/categories/basics.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2230,7 +2230,7 @@ Page Title: Smart Contracts Overview
22302230
22312231
## Introduction
22322232
2233-
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hubwhile using familiar Ethereum tooling, workflows, and programming languages.
2233+
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hub while using familiar Ethereum tooling, workflows, and programming languages.
22342234
22352235
Built with a dual-VM approach, Polkadot Hub offers two execution backends: REVM for unmodified EVM compatibility and native PolkaVM for optimized computationally expensive workloads. This dual-VM architecture enables developers to migrate existing Ethereum contracts instantly or optimize for speed and efficiency with native execution.
22362236
@@ -2254,9 +2254,11 @@ Choose between two execution backends:
22542254
22552255
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
22562256
2257-
### Cross-Chain Capabilities
2257+
### Cross-VM & Cross-Chain Capabilities
22582258
2259-
Smart contracts can interact directly with other blockchains in the Polkadot ecosystem through the [XCM (Cross-Consensus Messaging) protocol](/parachains/interoperability/get-started/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
2259+
Smart contracts written for one VM (for example, EVM) can interact directly with other smart contracts written for the RISC-V PolkaVM, and back. This allows
2260+
2261+
Furthermore, all smart contracts in Polkadot Hub can interact with any service in the Polkadot ecosystem through [XCM](/smart-contracts/precompiles/xcm/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
22602262
22612263
## Other Smart Contract Environments
22622264

.ai/categories/dapps.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3411,7 +3411,7 @@ Page Title: Smart Contracts Overview
34113411
34123412
## Introduction
34133413
3414-
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hubwhile using familiar Ethereum tooling, workflows, and programming languages.
3414+
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hub while using familiar Ethereum tooling, workflows, and programming languages.
34153415
34163416
Built with a dual-VM approach, Polkadot Hub offers two execution backends: REVM for unmodified EVM compatibility and native PolkaVM for optimized computationally expensive workloads. This dual-VM architecture enables developers to migrate existing Ethereum contracts instantly or optimize for speed and efficiency with native execution.
34173417
@@ -3435,9 +3435,11 @@ Choose between two execution backends:
34353435
34363436
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
34373437
3438-
### Cross-Chain Capabilities
3438+
### Cross-VM & Cross-Chain Capabilities
34393439
3440-
Smart contracts can interact directly with other blockchains in the Polkadot ecosystem through the [XCM (Cross-Consensus Messaging) protocol](/parachains/interoperability/get-started/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
3440+
Smart contracts written for one VM (for example, EVM) can interact directly with other smart contracts written for the RISC-V PolkaVM, and back. This allows
3441+
3442+
Furthermore, all smart contracts in Polkadot Hub can interact with any service in the Polkadot ecosystem through [XCM](/smart-contracts/precompiles/xcm/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
34413443
34423444
## Other Smart Contract Environments
34433445

.ai/categories/infrastructure.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5074,7 +5074,7 @@ Page Title: Smart Contracts Overview
50745074
50755075
## Introduction
50765076
5077-
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hubwhile using familiar Ethereum tooling, workflows, and programming languages.
5077+
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hub while using familiar Ethereum tooling, workflows, and programming languages.
50785078
50795079
Built with a dual-VM approach, Polkadot Hub offers two execution backends: REVM for unmodified EVM compatibility and native PolkaVM for optimized computationally expensive workloads. This dual-VM architecture enables developers to migrate existing Ethereum contracts instantly or optimize for speed and efficiency with native execution.
50805080
@@ -5098,9 +5098,11 @@ Choose between two execution backends:
50985098
50995099
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
51005100
5101-
### Cross-Chain Capabilities
5101+
### Cross-VM & Cross-Chain Capabilities
51025102
5103-
Smart contracts can interact directly with other blockchains in the Polkadot ecosystem through the [XCM (Cross-Consensus Messaging) protocol](/parachains/interoperability/get-started/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
5103+
Smart contracts written for one VM (for example, EVM) can interact directly with other smart contracts written for the RISC-V PolkaVM, and back. This allows
5104+
5105+
Furthermore, all smart contracts in Polkadot Hub can interact with any service in the Polkadot ecosystem through [XCM](/smart-contracts/precompiles/xcm/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
51045106
51055107
## Other Smart Contract Environments
51065108

.ai/categories/networks.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3100,7 +3100,7 @@ Page Title: Smart Contracts Overview
31003100
31013101
## Introduction
31023102
3103-
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hubwhile using familiar Ethereum tooling, workflows, and programming languages.
3103+
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hub while using familiar Ethereum tooling, workflows, and programming languages.
31043104
31053105
Built with a dual-VM approach, Polkadot Hub offers two execution backends: REVM for unmodified EVM compatibility and native PolkaVM for optimized computationally expensive workloads. This dual-VM architecture enables developers to migrate existing Ethereum contracts instantly or optimize for speed and efficiency with native execution.
31063106
@@ -3124,9 +3124,11 @@ Choose between two execution backends:
31243124
31253125
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
31263126
3127-
### Cross-Chain Capabilities
3127+
### Cross-VM & Cross-Chain Capabilities
31283128
3129-
Smart contracts can interact directly with other blockchains in the Polkadot ecosystem through the [XCM (Cross-Consensus Messaging) protocol](/parachains/interoperability/get-started/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
3129+
Smart contracts written for one VM (for example, EVM) can interact directly with other smart contracts written for the RISC-V PolkaVM, and back. This allows
3130+
3131+
Furthermore, all smart contracts in Polkadot Hub can interact with any service in the Polkadot ecosystem through [XCM](/smart-contracts/precompiles/xcm/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
31303132
31313133
## Other Smart Contract Environments
31323134

.ai/categories/parachains.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7795,7 +7795,7 @@ Page Title: Smart Contracts Overview
77957795
77967796
## Introduction
77977797
7798-
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hubwhile using familiar Ethereum tooling, workflows, and programming languages.
7798+
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hub while using familiar Ethereum tooling, workflows, and programming languages.
77997799
78007800
Built with a dual-VM approach, Polkadot Hub offers two execution backends: REVM for unmodified EVM compatibility and native PolkaVM for optimized computationally expensive workloads. This dual-VM architecture enables developers to migrate existing Ethereum contracts instantly or optimize for speed and efficiency with native execution.
78017801
@@ -7819,9 +7819,11 @@ Choose between two execution backends:
78197819
78207820
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
78217821
7822-
### Cross-Chain Capabilities
7822+
### Cross-VM & Cross-Chain Capabilities
78237823
7824-
Smart contracts can interact directly with other blockchains in the Polkadot ecosystem through the [XCM (Cross-Consensus Messaging) protocol](/parachains/interoperability/get-started/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
7824+
Smart contracts written for one VM (for example, EVM) can interact directly with other smart contracts written for the RISC-V PolkaVM, and back. This allows
7825+
7826+
Furthermore, all smart contracts in Polkadot Hub can interact with any service in the Polkadot ecosystem through [XCM](/smart-contracts/precompiles/xcm/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
78257827
78267828
## Other Smart Contract Environments
78277829

.ai/categories/polkadot-protocol.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3100,7 +3100,7 @@ Page Title: Smart Contracts Overview
31003100
31013101
## Introduction
31023102
3103-
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hubwhile using familiar Ethereum tooling, workflows, and programming languages.
3103+
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hub while using familiar Ethereum tooling, workflows, and programming languages.
31043104
31053105
Built with a dual-VM approach, Polkadot Hub offers two execution backends: REVM for unmodified EVM compatibility and native PolkaVM for optimized computationally expensive workloads. This dual-VM architecture enables developers to migrate existing Ethereum contracts instantly or optimize for speed and efficiency with native execution.
31063106
@@ -3124,9 +3124,11 @@ Choose between two execution backends:
31243124
31253125
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
31263126
3127-
### Cross-Chain Capabilities
3127+
### Cross-VM & Cross-Chain Capabilities
31283128
3129-
Smart contracts can interact directly with other blockchains in the Polkadot ecosystem through the [XCM (Cross-Consensus Messaging) protocol](/parachains/interoperability/get-started/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
3129+
Smart contracts written for one VM (for example, EVM) can interact directly with other smart contracts written for the RISC-V PolkaVM, and back. This allows
3130+
3131+
Furthermore, all smart contracts in Polkadot Hub can interact with any service in the Polkadot ecosystem through [XCM](/smart-contracts/precompiles/xcm/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
31303132
31313133
## Other Smart Contract Environments
31323134

.ai/categories/smart-contracts.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5938,7 +5938,7 @@ Page Title: Smart Contracts Overview
59385938

59395939
## Introduction
59405940

5941-
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hubwhile using familiar Ethereum tooling, workflows, and programming languages.
5941+
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hub while using familiar Ethereum tooling, workflows, and programming languages.
59425942

59435943
Built with a dual-VM approach, Polkadot Hub offers two execution backends: REVM for unmodified EVM compatibility and native PolkaVM for optimized computationally expensive workloads. This dual-VM architecture enables developers to migrate existing Ethereum contracts instantly or optimize for speed and efficiency with native execution.
59445944

@@ -5962,9 +5962,11 @@ Choose between two execution backends:
59625962

59635963
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
59645964

5965-
### Cross-Chain Capabilities
5965+
### Cross-VM & Cross-Chain Capabilities
59665966

5967-
Smart contracts can interact directly with other blockchains in the Polkadot ecosystem through the [XCM (Cross-Consensus Messaging) protocol](/parachains/interoperability/get-started/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
5967+
Smart contracts written for one VM (for example, EVM) can interact directly with other smart contracts written for the RISC-V PolkaVM, and back. This allows
5968+
5969+
Furthermore, all smart contracts in Polkadot Hub can interact with any service in the Polkadot ecosystem through [XCM](/smart-contracts/precompiles/xcm/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
59685970

59695971
## Other Smart Contract Environments
59705972

.ai/categories/tooling.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5998,7 +5998,7 @@ Page Title: Smart Contracts Overview
59985998

59995999
## Introduction
60006000

6001-
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hubwhile using familiar Ethereum tooling, workflows, and programming languages.
6001+
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hub while using familiar Ethereum tooling, workflows, and programming languages.
60026002

60036003
Built with a dual-VM approach, Polkadot Hub offers two execution backends: REVM for unmodified EVM compatibility and native PolkaVM for optimized computationally expensive workloads. This dual-VM architecture enables developers to migrate existing Ethereum contracts instantly or optimize for speed and efficiency with native execution.
60046004

@@ -6022,9 +6022,11 @@ Choose between two execution backends:
60226022

60236023
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
60246024

6025-
### Cross-Chain Capabilities
6025+
### Cross-VM & Cross-Chain Capabilities
60266026

6027-
Smart contracts can interact directly with other blockchains in the Polkadot ecosystem through the [XCM (Cross-Consensus Messaging) protocol](/parachains/interoperability/get-started/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
6027+
Smart contracts written for one VM (for example, EVM) can interact directly with other smart contracts written for the RISC-V PolkaVM, and back. This allows
6028+
6029+
Furthermore, all smart contracts in Polkadot Hub can interact with any service in the Polkadot ecosystem through [XCM](/smart-contracts/precompiles/xcm/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
60286030

60296031
## Other Smart Contract Environments
60306032

.ai/pages/smart-contracts-overview.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url: https://docs.polkadot.com/smart-contracts/overview/
99

1010
## Introduction
1111

12-
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hubwhile using familiar Ethereum tooling, workflows, and programming languages.
12+
Polkadot Hub provides a production-ready smart contract platform that combines Ethereum compatibility with the performance and cross-chain capabilities of the Polkadot ecosystem. Developers can deploy smart contracts directly on Polkadot Hub while using familiar Ethereum tooling, workflows, and programming languages.
1313

1414
Built with a dual-VM approach, Polkadot Hub offers two execution backends: REVM for unmodified EVM compatibility and native PolkaVM for optimized computationally expensive workloads. This dual-VM architecture enables developers to migrate existing Ethereum contracts instantly or optimize for speed and efficiency with native execution.
1515

@@ -33,9 +33,11 @@ Choose between two execution backends:
3333

3434
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
3535

36-
### Cross-Chain Capabilities
36+
### Cross-VM & Cross-Chain Capabilities
3737

38-
Smart contracts can interact directly with other blockchains in the Polkadot ecosystem through the [XCM (Cross-Consensus Messaging) protocol](/parachains/interoperability/get-started/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
38+
Smart contracts written for one VM (for example, EVM) can interact directly with other smart contracts written for the RISC-V PolkaVM, and back. This allows
39+
40+
Furthermore, all smart contracts in Polkadot Hub can interact with any service in the Polkadot ecosystem through [XCM](/smart-contracts/precompiles/xcm/){target=\_blank}, enabling token transfers, remote execution, and cross-chain composability without bridges or intermediaries.
3941

4042
## Other Smart Contract Environments
4143

0 commit comments

Comments
 (0)