Skip to content

Commit 7930b9d

Browse files
committed
rev
1 parent 52761d3 commit 7930b9d

File tree

12 files changed

+28
-28
lines changed

12 files changed

+28
-28
lines changed

.ai/categories/basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2252,11 +2252,11 @@ Choose between two execution backends:
22522252
- **REVM**: Run unmodified Ethereum contracts with full EVM/Ethereum compatibility.
22532253
- **PolkaVM**: Compile to optimized RISC-V bytecode for enhanced performance and lower fees while keeping Ethereum-compatibility.
22542254
2255-
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
2255+
Both backends share the same RPC interface and tooling support, allowing seamless transitions. In addition, smart contracts can interact with Polkadot native services via [precompile contracts](/smart-contracts/precompiles/){target=\_blank}.
22562256
22572257
### Cross-VM & Cross-Chain Capabilities
22582258
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
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 to use full EVM compatible contracts but extend to heavy/complex execution workloads to the PolkaVM RISC-V backend.
22602260
22612261
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.
22622262

.ai/categories/dapps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3433,11 +3433,11 @@ Choose between two execution backends:
34333433
- **REVM**: Run unmodified Ethereum contracts with full EVM/Ethereum compatibility.
34343434
- **PolkaVM**: Compile to optimized RISC-V bytecode for enhanced performance and lower fees while keeping Ethereum-compatibility.
34353435
3436-
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
3436+
Both backends share the same RPC interface and tooling support, allowing seamless transitions. In addition, smart contracts can interact with Polkadot native services via [precompile contracts](/smart-contracts/precompiles/){target=\_blank}.
34373437
34383438
### Cross-VM & Cross-Chain Capabilities
34393439
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
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 to use full EVM compatible contracts but extend to heavy/complex execution workloads to the PolkaVM RISC-V backend.
34413441
34423442
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.
34433443

.ai/categories/infrastructure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5096,11 +5096,11 @@ Choose between two execution backends:
50965096
- **REVM**: Run unmodified Ethereum contracts with full EVM/Ethereum compatibility.
50975097
- **PolkaVM**: Compile to optimized RISC-V bytecode for enhanced performance and lower fees while keeping Ethereum-compatibility.
50985098
5099-
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
5099+
Both backends share the same RPC interface and tooling support, allowing seamless transitions. In addition, smart contracts can interact with Polkadot native services via [precompile contracts](/smart-contracts/precompiles/){target=\_blank}.
51005100
51015101
### Cross-VM & Cross-Chain Capabilities
51025102
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
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 to use full EVM compatible contracts but extend to heavy/complex execution workloads to the PolkaVM RISC-V backend.
51045104
51055105
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.
51065106

.ai/categories/networks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3122,11 +3122,11 @@ Choose between two execution backends:
31223122
- **REVM**: Run unmodified Ethereum contracts with full EVM/Ethereum compatibility.
31233123
- **PolkaVM**: Compile to optimized RISC-V bytecode for enhanced performance and lower fees while keeping Ethereum-compatibility.
31243124
3125-
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
3125+
Both backends share the same RPC interface and tooling support, allowing seamless transitions. In addition, smart contracts can interact with Polkadot native services via [precompile contracts](/smart-contracts/precompiles/){target=\_blank}.
31263126
31273127
### Cross-VM & Cross-Chain Capabilities
31283128
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
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 to use full EVM compatible contracts but extend to heavy/complex execution workloads to the PolkaVM RISC-V backend.
31303130
31313131
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.
31323132

.ai/categories/parachains.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7817,11 +7817,11 @@ Choose between two execution backends:
78177817
- **REVM**: Run unmodified Ethereum contracts with full EVM/Ethereum compatibility.
78187818
- **PolkaVM**: Compile to optimized RISC-V bytecode for enhanced performance and lower fees while keeping Ethereum-compatibility.
78197819
7820-
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
7820+
Both backends share the same RPC interface and tooling support, allowing seamless transitions. In addition, smart contracts can interact with Polkadot native services via [precompile contracts](/smart-contracts/precompiles/){target=\_blank}.
78217821
78227822
### Cross-VM & Cross-Chain Capabilities
78237823
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
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 to use full EVM compatible contracts but extend to heavy/complex execution workloads to the PolkaVM RISC-V backend.
78257825
78267826
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.
78277827

.ai/categories/polkadot-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3122,11 +3122,11 @@ Choose between two execution backends:
31223122
- **REVM**: Run unmodified Ethereum contracts with full EVM/Ethereum compatibility.
31233123
- **PolkaVM**: Compile to optimized RISC-V bytecode for enhanced performance and lower fees while keeping Ethereum-compatibility.
31243124
3125-
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
3125+
Both backends share the same RPC interface and tooling support, allowing seamless transitions. In addition, smart contracts can interact with Polkadot native services via [precompile contracts](/smart-contracts/precompiles/){target=\_blank}.
31263126
31273127
### Cross-VM & Cross-Chain Capabilities
31283128
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
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 to use full EVM compatible contracts but extend to heavy/complex execution workloads to the PolkaVM RISC-V backend.
31303130
31313131
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.
31323132

.ai/categories/smart-contracts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5960,11 +5960,11 @@ Choose between two execution backends:
59605960
- **REVM**: Run unmodified Ethereum contracts with full EVM/Ethereum compatibility.
59615961
- **PolkaVM**: Compile to optimized RISC-V bytecode for enhanced performance and lower fees while keeping Ethereum-compatibility.
59625962

5963-
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
5963+
Both backends share the same RPC interface and tooling support, allowing seamless transitions. In addition, smart contracts can interact with Polkadot native services via [precompile contracts](/smart-contracts/precompiles/){target=\_blank}.
59645964

59655965
### Cross-VM & Cross-Chain Capabilities
59665966

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
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 to use full EVM compatible contracts but extend to heavy/complex execution workloads to the PolkaVM RISC-V backend.
59685968

59695969
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.
59705970

.ai/categories/tooling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6020,11 +6020,11 @@ Choose between two execution backends:
60206020
- **REVM**: Run unmodified Ethereum contracts with full EVM/Ethereum compatibility.
60216021
- **PolkaVM**: Compile to optimized RISC-V bytecode for enhanced performance and lower fees while keeping Ethereum-compatibility.
60226022

6023-
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
6023+
Both backends share the same RPC interface and tooling support, allowing seamless transitions. In addition, smart contracts can interact with Polkadot native services via [precompile contracts](/smart-contracts/precompiles/){target=\_blank}.
60246024

60256025
### Cross-VM & Cross-Chain Capabilities
60266026

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
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 to use full EVM compatible contracts but extend to heavy/complex execution workloads to the PolkaVM RISC-V backend.
60286028

60296029
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.
60306030

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Choose between two execution backends:
3131
- **REVM**: Run unmodified Ethereum contracts with full EVM/Ethereum compatibility.
3232
- **PolkaVM**: Compile to optimized RISC-V bytecode for enhanced performance and lower fees while keeping Ethereum-compatibility.
3333

34-
Both backends share the same RPC interface and tooling support, allowing seamless transitions.
34+
Both backends share the same RPC interface and tooling support, allowing seamless transitions. In addition, smart contracts can interact with Polkadot native services via [precompile contracts](/smart-contracts/precompiles/){target=\_blank}.
3535

3636
### Cross-VM & Cross-Chain Capabilities
3737

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
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 to use full EVM compatible contracts but extend to heavy/complex execution workloads to the PolkaVM RISC-V backend.
3939

4040
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.
4141

.ai/site-index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5204,12 +5204,12 @@
52045204
}
52055205
],
52065206
"stats": {
5207-
"chars": 4184,
5208-
"words": 543,
5207+
"chars": 4446,
5208+
"words": 580,
52095209
"headings": 7,
5210-
"estimated_token_count_total": 861
5210+
"estimated_token_count_total": 915
52115211
},
5212-
"hash": "sha256:54904d345da77d63f301bb0bff5b52cc8b054b47ed368bb3a46379360b0e833b",
5212+
"hash": "sha256:2af857ea833cbc7fd2bcdf1a286da37b45ff446bbf2a0e46395c739a6521804e",
52135213
"token_estimator": "heuristic-v1"
52145214
},
52155215
{

0 commit comments

Comments
 (0)