Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .ai/categories/smart-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5906,7 +5906,7 @@ Page Title: Interact with the XCM Precompile

## Introduction

The [XCM (Cross-Consensus Message)](/develop/interoperability/intro-to-xcm){target=\_blank} precompile enables Polkadot Hub developers to access XCM functionality directly from their smart contracts using a Solidity interface.
The [XCM (Cross-Consensus Message)](/parachains/interoperability/get-started/){target=\_blank} precompile enables Polkadot Hub developers to access XCM functionality directly from their smart contracts using a Solidity interface.

Located at the fixed address `0x00000000000000000000000000000000000a0000`, the XCM precompile offers three primary functions:

Expand Down Expand Up @@ -6076,9 +6076,9 @@ Whether you're building DeFi protocols, governance systems, or any application r
The XCM precompile provides a simple yet powerful interface for cross-chain interactions within the Polkadot ecosystem and beyond.
By building and executing XCM programs, developers can build cross-chain applications that leverage the full potential of Polkadot's interoperability features.

## Next steps
## Next Steps

Head to the Polkadot Hub TestNet and start playing around with the precompile using Hardhat or Foundry.
Head to the Polkadot Hub TestNet and start playing around with the precompile using [Hardhat](/smart-contracts/dev-environments/hardhat/get-started/){target=\_blank} or [Foundry](/smart-contracts/dev-environments/foundry/get-started/){target=\_blank}.

You can use PAPI to build XCM programs and test them with Chopsticks.

Expand Down
6 changes: 3 additions & 3 deletions .ai/pages/smart-contracts-precompiles-xcm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ url: https://docs.polkadot.com/smart-contracts/precompiles/xcm/

## Introduction

The [XCM (Cross-Consensus Message)](/develop/interoperability/intro-to-xcm){target=\_blank} precompile enables Polkadot Hub developers to access XCM functionality directly from their smart contracts using a Solidity interface.
The [XCM (Cross-Consensus Message)](/parachains/interoperability/get-started/){target=\_blank} precompile enables Polkadot Hub developers to access XCM functionality directly from their smart contracts using a Solidity interface.

Located at the fixed address `0x00000000000000000000000000000000000a0000`, the XCM precompile offers three primary functions:

Expand Down Expand Up @@ -179,8 +179,8 @@ Whether you're building DeFi protocols, governance systems, or any application r
The XCM precompile provides a simple yet powerful interface for cross-chain interactions within the Polkadot ecosystem and beyond.
By building and executing XCM programs, developers can build cross-chain applications that leverage the full potential of Polkadot's interoperability features.

## Next steps
## Next Steps

Head to the Polkadot Hub TestNet and start playing around with the precompile using Hardhat or Foundry.
Head to the Polkadot Hub TestNet and start playing around with the precompile using [Hardhat](/smart-contracts/dev-environments/hardhat/get-started/){target=\_blank} or [Foundry](/smart-contracts/dev-environments/foundry/get-started/){target=\_blank}.

You can use PAPI to build XCM programs and test them with Chopsticks.
12 changes: 6 additions & 6 deletions .ai/site-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -11905,7 +11905,7 @@
],
"raw_md_url": "https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/master/.ai/pages/smart-contracts-precompiles-xcm.md",
"html_url": "https://docs.polkadot.com/smart-contracts/precompiles/xcm/",
"preview": "The [XCM (Cross-Consensus Message)](/develop/interoperability/intro-to-xcm){target=\\_blank} precompile enables Polkadot Hub developers to access XCM functionality directly from their smart contracts using a Solidity interface.",
"preview": "The [XCM (Cross-Consensus Message)](/parachains/interoperability/get-started/){target=\\_blank} precompile enables Polkadot Hub developers to access XCM functionality directly from their smart contracts using a Solidity interface.",
"outline": [
{
"depth": 2,
Expand Down Expand Up @@ -11949,17 +11949,17 @@
},
{
"depth": 2,
"title": "Next steps",
"title": "Next Steps",
"anchor": "next-steps"
}
],
"stats": {
"chars": 10554,
"words": 1419,
"chars": 10705,
"words": 1436,
"headings": 9,
"estimated_token_count_total": 2276
"estimated_token_count_total": 2325
},
"hash": "sha256:4856172c6356357818234a3b7f0828716bd32e6192f3609c51de0cafcc5a75e7",
"hash": "sha256:c084190ea7d676128e7e399e8fe88598ca150f88d684db279a687ee1c3956120",
"token_estimator": "heuristic-v1"
},
{
Expand Down
Loading
Loading