Skip to content

Commit c603637

Browse files
committed
llms
1 parent 41a7515 commit c603637

File tree

5 files changed

+83
-31
lines changed

5 files changed

+83
-31
lines changed

.ai/categories/polkadot-protocol.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5414,7 +5414,7 @@ Page Title: Polkadot Hub Assets
54145414

54155415
## Introduction
54165416

5417-
Polkadot Hub is Polkadot's system parachain for issuing and managing on-chain assets. While the relay chain provides security, Polkadot Hub handles asset logic—minting, burning, transfers, and metadata—efficiently and cost-effectively.
5417+
Polkadot Hub is Polkadots system parachain that provides core functionality for the network, including issuing and managing on-chain assets. While the relay chain provides security, Polkadot Hub handles asset logic—minting, burning, transfers, and metadata—efficiently and cost-effectively.
54185418

54195419
Polkadot Hub supports native assets issued on the parachain and foreign assets from other chains, both of which can move seamlessly across the network via XCM.
54205420

@@ -5669,7 +5669,7 @@ Page Title: Polkadot Hub Smart Contracts
56695669

56705670
## Introduction
56715671

5672-
Polkadot Hub enables developers to deploy and interact with Solidity contracts through REVM, a high-performance, Rust-based Ethereum Virtual Machine implementation. This brings Ethereum compatibility to Polkadot Hub, letting teams use familiar Solidity tooling, integrate with on-chain features like governance and XCM, and take advantage of cross-chain interoperability.
5672+
Polkadot Hub enables developers to deploy and interact with Solidity contracts through REVM, a high-performance, Rust-based Ethereum Virtual Machine implementation. Polkadot-native precompiles bring Ethereum compatibility to Polkadot Hub, letting teams use familiar Solidity tooling, integrate with on-chain features like governance and XCM, and take advantage of cross-chain interoperability.
56735673

56745674
For projects that require maximum computational performance, Polkadot Hub also supports PolkaVM (PVM), a native RISC-V execution engine. PVM is optional and designed for high-throughput, performance-intensive smart contracts.
56755675

@@ -5683,7 +5683,9 @@ With REVM, developers can:
56835683
- Use familiar Ethereum tooling like Hardhat, Foundry, Remix, and MetaMask.
56845684
- Interact with other parachains and on-chain assets using XCM and Polkadot Hub features.
56855685

5686-
REVM builds on Rust’s safety guarantees and performance optimizations while retaining full opcode compatibility with the EVM. This provides a reliable path for Ethereum-native developers to access Polkadot’s native features—such as governance, treasury, multisig, and XCM—within a unified, interoperable runtime environment.
5686+
REVM builds on Rust’s safety guarantees and performance optimizations while retaining full opcode compatibility with the EVM.
5687+
5688+
Ethereum-native developers can use Polkadot-native precompiles to access Polkadot features—such as governance, treasury, multisig, and XCM—within a unified, interoperable runtime environment.
56875689

56885690
### PVM Smart Contracts
56895691

@@ -5699,6 +5701,27 @@ PolkaVM delivers maximum performance for computationally intensive contracts, of
56995701

57005702
!!! smartcontract "PolkaVM Preview Release"
57015703
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
5704+
## Where to Go Next
5705+
5706+
<div class="grid cards" markdown>
5707+
5708+
- <span class="badge guide">Guide</span> __Deploy a Basic Contract__
5709+
5710+
---
5711+
5712+
Learn step-by-step how to deploy a basic Solidity smart contract to Polkadot Hub.
5713+
5714+
[:octicons-arrow-right-24: Get Started](/smart-contracts/cookbook/smart-contracts/deploy-basic/basic-remix/)
5715+
5716+
- <span class="badge guide">Guide</span> __Explore Development Environments__
5717+
5718+
---
5719+
5720+
Check out the development environments you can use to build, test, and deploy smart contracts.
5721+
5722+
[:octicons-arrow-right-24: Get Started](/smart-contracts/dev-environments/local-dev-node/)
5723+
5724+
</div>
57025725

57035726

57045727
---

.ai/pages/reference-polkadot-hub-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url: https://docs.polkadot.com/reference/polkadot-hub/assets/
99

1010
## Introduction
1111

12-
Polkadot Hub is Polkadot's system parachain for issuing and managing on-chain assets. While the relay chain provides security, Polkadot Hub handles asset logic—minting, burning, transfers, and metadata—efficiently and cost-effectively.
12+
Polkadot Hub is Polkadots system parachain that provides core functionality for the network, including issuing and managing on-chain assets. While the relay chain provides security, Polkadot Hub handles asset logic—minting, burning, transfers, and metadata—efficiently and cost-effectively.
1313

1414
Polkadot Hub supports native assets issued on the parachain and foreign assets from other chains, both of which can move seamlessly across the network via XCM.
1515

.ai/pages/reference-polkadot-hub-smart-contracts.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url: https://docs.polkadot.com/reference/polkadot-hub/smart-contracts/
99

1010
## Introduction
1111

12-
Polkadot Hub enables developers to deploy and interact with Solidity contracts through REVM, a high-performance, Rust-based Ethereum Virtual Machine implementation. This brings Ethereum compatibility to Polkadot Hub, letting teams use familiar Solidity tooling, integrate with on-chain features like governance and XCM, and take advantage of cross-chain interoperability.
12+
Polkadot Hub enables developers to deploy and interact with Solidity contracts through REVM, a high-performance, Rust-based Ethereum Virtual Machine implementation. Polkadot-native precompiles bring Ethereum compatibility to Polkadot Hub, letting teams use familiar Solidity tooling, integrate with on-chain features like governance and XCM, and take advantage of cross-chain interoperability.
1313

1414
For projects that require maximum computational performance, Polkadot Hub also supports PolkaVM (PVM), a native RISC-V execution engine. PVM is optional and designed for high-throughput, performance-intensive smart contracts.
1515

@@ -23,7 +23,9 @@ With REVM, developers can:
2323
- Use familiar Ethereum tooling like Hardhat, Foundry, Remix, and MetaMask.
2424
- Interact with other parachains and on-chain assets using XCM and Polkadot Hub features.
2525

26-
REVM builds on Rust’s safety guarantees and performance optimizations while retaining full opcode compatibility with the EVM. This provides a reliable path for Ethereum-native developers to access Polkadot’s native features—such as governance, treasury, multisig, and XCM—within a unified, interoperable runtime environment.
26+
REVM builds on Rust’s safety guarantees and performance optimizations while retaining full opcode compatibility with the EVM.
27+
28+
Ethereum-native developers can use Polkadot-native precompiles to access Polkadot features—such as governance, treasury, multisig, and XCM—within a unified, interoperable runtime environment.
2729

2830
### PVM Smart Contracts
2931

@@ -39,3 +41,24 @@ PolkaVM delivers maximum performance for computationally intensive contracts, of
3941

4042
!!! smartcontract "PolkaVM Preview Release"
4143
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
44+
## Where to Go Next
45+
46+
<div class="grid cards" markdown>
47+
48+
- <span class="badge guide">Guide</span> __Deploy a Basic Contract__
49+
50+
---
51+
52+
Learn step-by-step how to deploy a basic Solidity smart contract to Polkadot Hub.
53+
54+
[:octicons-arrow-right-24: Get Started](/smart-contracts/cookbook/smart-contracts/deploy-basic/basic-remix/)
55+
56+
- <span class="badge guide">Guide</span> __Explore Development Environments__
57+
58+
---
59+
60+
Check out the development environments you can use to build, test, and deploy smart contracts.
61+
62+
[:octicons-arrow-right-24: Get Started](/smart-contracts/dev-environments/local-dev-node/)
63+
64+
</div>

.ai/site-index.json

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4857,7 +4857,7 @@
48574857
],
48584858
"raw_md_url": "https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/master/.ai/pages/reference-polkadot-hub-assets.md",
48594859
"html_url": "https://docs.polkadot.com/reference/polkadot-hub/assets/",
4860-
"preview": "Polkadot Hub is Polkadot's system parachain for issuing and managing on-chain assets. While the relay chain provides security, Polkadot Hub handles asset logic—minting, burning, transfers, and metadata—efficiently and cost-effectively.",
4860+
"preview": "Polkadot Hub is Polkadots system parachain that provides core functionality for the network, including issuing and managing on-chain assets. While the relay chain provides security, Polkadot Hub handles asset logic—minting, burning, transfers, and metadata—efficiently and cost-effectively.",
48614861
"outline": [
48624862
{
48634863
"depth": 2,
@@ -4916,12 +4916,12 @@
49164916
}
49174917
],
49184918
"stats": {
4919-
"chars": 7397,
4920-
"words": 1054,
4919+
"chars": 7453,
4920+
"words": 1061,
49214921
"headings": 11,
4922-
"estimated_token_count_total": 1485
4922+
"estimated_token_count_total": 1493
49234923
},
4924-
"hash": "sha256:0d59eef1edd07a4d4d1d45e64a4c0c74c7a1b06ff9bc3695541164e8806e2467",
4924+
"hash": "sha256:98b6ce18a56ea53a3f2e4bd2ebe8e25647d3d79404a63cd87d39cfb79adc0e94",
49254925
"token_estimator": "heuristic-v1"
49264926
},
49274927
{
@@ -5286,7 +5286,7 @@
52865286
],
52875287
"raw_md_url": "https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/master/.ai/pages/reference-polkadot-hub-smart-contracts.md",
52885288
"html_url": "https://docs.polkadot.com/reference/polkadot-hub/smart-contracts/",
5289-
"preview": "Polkadot Hub enables developers to deploy and interact with Solidity contracts through REVM, a high-performance, Rust-based Ethereum Virtual Machine implementation. This brings Ethereum compatibility to Polkadot Hub, letting teams use familiar Solidity tooling, integrate with on-chain features like governance and XCM, and take advantage of cross-chain interoperability.",
5289+
"preview": "Polkadot Hub enables developers to deploy and interact with Solidity contracts through REVM, a high-performance, Rust-based Ethereum Virtual Machine implementation. Polkadot-native precompiles bring Ethereum compatibility to Polkadot Hub, letting teams use familiar Solidity tooling, integrate with on-chain features like governance and XCM, and take advantage of cross-chain interoperability.",
52905290
"outline": [
52915291
{
52925292
"depth": 2,
@@ -5302,15 +5302,20 @@
53025302
"depth": 3,
53035303
"title": "PVM Smart Contracts",
53045304
"anchor": "pvm-smart-contracts"
5305+
},
5306+
{
5307+
"depth": 2,
5308+
"title": "Where to Go Next",
5309+
"anchor": "where-to-go-next"
53055310
}
53065311
],
53075312
"stats": {
5308-
"chars": 2661,
5309-
"words": 366,
5310-
"headings": 3,
5311-
"estimated_token_count_total": 489
5313+
"chars": 3309,
5314+
"words": 452,
5315+
"headings": 4,
5316+
"estimated_token_count_total": 652
53125317
},
5313-
"hash": "sha256:5424e83946769eca436bd195d528b46a3f530bfadd9bdcceff54f9178a5e5ccb",
5318+
"hash": "sha256:f92ae15a26b1cd86d398cb66a05b93bc7e0b4125a6b1523026854c8d79af8b77",
53145319
"token_estimator": "heuristic-v1"
53155320
},
53165321
{

0 commit comments

Comments
 (0)