├── .CONTRIBUTING.md ├── .ai ├── categories │ ├── basics.md │ ├── dapps.md │ ├── infrastructure.md │ ├── networks.md │ ├── parachains.md │ ├── polkadot-protocol.md │ ├── reference.md │ ├── smart-contracts.md │ └── tooling.md ├── pages │ ├── develop-interoperability-intro-to-xcm.md │ ├── develop-interoperability-send-messages.md │ ├── develop-interoperability-test-and-debug.md │ ├── develop-interoperability-versions-v5-asset-claimer.md │ ├── develop-interoperability-versions-v5-fees.md │ ├── develop-interoperability-versions-v5-migration-guide.md │ ├── develop-interoperability-versions-v5-transact.md │ ├── develop-interoperability-versions-v5-transfers.md │ ├── develop-interoperability-versions-v5-writing-xcm-programs.md │ ├── develop-interoperability-versions-v5.md │ ├── develop-interoperability-versions.md │ ├── develop-interoperability-xcm-channels.md │ ├── develop-interoperability-xcm-config.md │ ├── develop-interoperability-xcm-guides-from-apps-claiming-trapped-assets.md │ ├── develop-interoperability-xcm-guides-from-apps-fees.md │ ├── develop-interoperability-xcm-guides-from-apps-transact.md │ ├── develop-interoperability-xcm-guides-from-apps-transfers.md │ ├── develop-interoperability-xcm-guides-from-apps.md │ ├── develop-interoperability-xcm-guides.md │ ├── develop-interoperability-xcm-runtime-apis.md │ ├── develop-interoperability.md │ ├── develop-networks.md │ ├── develop-parachains-customize-parachain-add-existing-pallets.md │ ├── develop-parachains-customize-parachain-add-pallet-instances.md │ ├── develop-parachains-customize-parachain-add-smart-contract-functionality.md │ ├── develop-parachains-customize-parachain-make-custom-pallet.md │ ├── develop-parachains-customize-parachain-overview.md │ ├── develop-parachains-customize-parachain.md │ ├── develop-parachains-deployment-build-deterministic-runtime.md │ ├── develop-parachains-deployment-coretime-renewal.md │ ├── develop-parachains-deployment-generate-chain-specs.md │ ├── develop-parachains-deployment-manage-coretime.md │ ├── develop-parachains-deployment-obtain-coretime.md │ ├── develop-parachains-deployment.md │ ├── develop-parachains-install-polkadot-sdk.md │ ├── develop-parachains-intro-polkadot-sdk.md │ ├── develop-parachains-maintenance-configure-asynchronous-backing.md │ ├── develop-parachains-maintenance-runtime-metrics-monitoring.md │ ├── develop-parachains-maintenance-runtime-upgrades.md │ ├── develop-parachains-maintenance-storage-migrations.md │ ├── develop-parachains-maintenance-unlock-parachain.md │ ├── develop-parachains-maintenance.md │ ├── develop-parachains-testing-benchmarking.md │ ├── develop-parachains-testing-mock-runtime.md │ ├── develop-parachains-testing-pallet-testing.md │ ├── develop-parachains-testing.md │ ├── develop-parachains.md │ ├── develop-smart-contracts-block-explorers.md │ ├── develop-smart-contracts-connect-to-kusama.md │ ├── develop-smart-contracts-connect-to-polkadot.md │ ├── develop-smart-contracts-dev-environments-foundry.md │ ├── develop-smart-contracts-dev-environments-hardhat.md │ ├── develop-smart-contracts-dev-environments-remix.md │ ├── develop-smart-contracts-dev-environments.md │ ├── develop-smart-contracts-faqs.md │ ├── develop-smart-contracts-json-rpc-apis.md │ ├── develop-smart-contracts-libraries-ethers-js.md │ ├── develop-smart-contracts-libraries-viem.md │ ├── develop-smart-contracts-libraries-wagmi.md │ ├── develop-smart-contracts-libraries-web3-js.md │ ├── develop-smart-contracts-libraries-web3-py.md │ ├── develop-smart-contracts-libraries.md │ ├── develop-smart-contracts-local-development-node.md │ ├── develop-smart-contracts-overview.md │ ├── develop-smart-contracts-precompiles-interact-with-precompiles.md │ ├── develop-smart-contracts-precompiles-xcm-precompile.md │ ├── develop-smart-contracts-precompiles.md │ ├── develop-smart-contracts-wallets.md │ ├── develop-smart-contracts.md │ ├── develop-toolkit-api-libraries-dedot.md │ ├── develop-toolkit-api-libraries-papi.md │ ├── develop-toolkit-api-libraries-polkadart.md │ ├── develop-toolkit-api-libraries-polkadot-js-api.md │ ├── develop-toolkit-api-libraries-py-substrate-interface.md │ ├── develop-toolkit-api-libraries-sidecar.md │ ├── develop-toolkit-api-libraries-subxt.md │ ├── develop-toolkit-api-libraries.md │ ├── develop-toolkit-integrations-indexers.md │ ├── develop-toolkit-integrations-oracles.md │ ├── develop-toolkit-integrations-storage.md │ ├── develop-toolkit-integrations-transaction-construction.md │ ├── develop-toolkit-integrations-wallets.md │ ├── develop-toolkit-integrations.md │ ├── develop-toolkit-interoperability-paraspell-xcm-sdk-transfer-tokens-between-parachains.md │ ├── develop-toolkit-interoperability-paraspell-xcm-sdk.md │ ├── develop-toolkit-interoperability-xcm-tools.md │ ├── develop-toolkit-interoperability.md │ ├── develop-toolkit-parachains-e2e-testing-moonwall.md │ ├── develop-toolkit-parachains-e2e-testing.md │ ├── develop-toolkit-parachains-fork-chains-chopsticks-get-started.md │ ├── develop-toolkit-parachains-fork-chains-chopsticks.md │ ├── develop-toolkit-parachains-fork-chains.md │ ├── develop-toolkit-parachains-light-clients.md │ ├── develop-toolkit-parachains-polkadot-omni-node.md │ ├── develop-toolkit-parachains-quickstart-pop-cli.md │ ├── develop-toolkit-parachains-quickstart.md │ ├── develop-toolkit-parachains-remote-proxies.md │ ├── develop-toolkit-parachains-rpc-calls.md │ ├── develop-toolkit-parachains-spawn-chains-zombienet-get-started.md │ ├── develop-toolkit-parachains-spawn-chains-zombienet-write-tests.md │ ├── develop-toolkit-parachains-spawn-chains-zombienet.md │ ├── develop-toolkit-parachains-spawn-chains.md │ ├── develop-toolkit-parachains.md │ ├── develop-toolkit.md │ ├── develop.md │ ├── get-support-ai-ready-docs.md │ ├── get-support-explore-resources.md │ ├── get-support-get-in-touch.md │ ├── get-support.md │ ├── index.md │ ├── infrastructure-running-a-node-setup-bootnode.md │ ├── infrastructure-running-a-node-setup-full-node.md │ ├── infrastructure-running-a-node-setup-secure-wss.md │ ├── infrastructure-running-a-node.md │ ├── infrastructure-running-a-validator-onboarding-and-offboarding-key-management.md │ ├── infrastructure-running-a-validator-onboarding-and-offboarding-set-up-validator.md │ ├── infrastructure-running-a-validator-onboarding-and-offboarding-start-validating.md │ ├── infrastructure-running-a-validator-onboarding-and-offboarding-stop-validating.md │ ├── infrastructure-running-a-validator-onboarding-and-offboarding.md │ ├── infrastructure-running-a-validator-operational-tasks-general-management.md │ ├── infrastructure-running-a-validator-operational-tasks-pause-validating.md │ ├── infrastructure-running-a-validator-operational-tasks-upgrade-your-node.md │ ├── infrastructure-running-a-validator-operational-tasks.md │ ├── infrastructure-running-a-validator-requirements.md │ ├── infrastructure-running-a-validator.md │ ├── infrastructure-staking-mechanics-offenses-and-slashes.md │ ├── infrastructure-staking-mechanics-rewards-payout.md │ ├── infrastructure-staking-mechanics.md │ ├── infrastructure.md │ ├── polkadot-protocol-architecture-parachains-consensus.md │ ├── polkadot-protocol-architecture-parachains-overview.md │ ├── polkadot-protocol-architecture-parachains.md │ ├── polkadot-protocol-architecture-polkadot-chain-agile-coretime.md │ ├── polkadot-protocol-architecture-polkadot-chain-elastic-scaling.md │ ├── polkadot-protocol-architecture-polkadot-chain-overview.md │ ├── polkadot-protocol-architecture-polkadot-chain-pos-consensus.md │ ├── polkadot-protocol-architecture-polkadot-chain.md │ ├── polkadot-protocol-architecture-system-chains-asset-hub.md │ ├── polkadot-protocol-architecture-system-chains-bridge-hub.md │ ├── polkadot-protocol-architecture-system-chains-collectives.md │ ├── polkadot-protocol-architecture-system-chains-coretime.md │ ├── polkadot-protocol-architecture-system-chains-overview.md │ ├── polkadot-protocol-architecture-system-chains-people.md │ ├── polkadot-protocol-architecture-system-chains.md │ ├── polkadot-protocol-architecture.md │ ├── polkadot-protocol-glossary.md │ ├── polkadot-protocol-onchain-governance-origins-tracks.md │ ├── polkadot-protocol-onchain-governance-overview.md │ ├── polkadot-protocol-onchain-governance.md │ ├── polkadot-protocol-parachain-basics-accounts.md │ ├── polkadot-protocol-parachain-basics-blocks-transactions-fees-blocks.md │ ├── polkadot-protocol-parachain-basics-blocks-transactions-fees-fees.md │ ├── polkadot-protocol-parachain-basics-blocks-transactions-fees-transactions.md │ ├── polkadot-protocol-parachain-basics-blocks-transactions-fees.md │ ├── polkadot-protocol-parachain-basics-chain-data.md │ ├── polkadot-protocol-parachain-basics-cryptography.md │ ├── polkadot-protocol-parachain-basics-data-encoding.md │ ├── polkadot-protocol-parachain-basics-interoperability.md │ ├── polkadot-protocol-parachain-basics-networks.md │ ├── polkadot-protocol-parachain-basics-node-and-runtime.md │ ├── polkadot-protocol-parachain-basics-randomness.md │ ├── polkadot-protocol-parachain-basics.md │ ├── polkadot-protocol-smart-contract-basics-accounts.md │ ├── polkadot-protocol-smart-contract-basics-blocks-transactions-fees.md │ ├── polkadot-protocol-smart-contract-basics-evm-vs-polkavm.md │ ├── polkadot-protocol-smart-contract-basics-networks.md │ ├── polkadot-protocol-smart-contract-basics-overview.md │ ├── polkadot-protocol-smart-contract-basics-polkavm-design.md │ ├── polkadot-protocol-smart-contract-basics.md │ ├── polkadot-protocol.md │ ├── tutorials-dapps-remark-tutorial.md │ ├── tutorials-dapps.md │ ├── tutorials-interoperability-replay-and-dry-run-xcms.md │ ├── tutorials-interoperability-xcm-channels-para-to-para.md │ ├── tutorials-interoperability-xcm-channels-para-to-system.md │ ├── tutorials-interoperability-xcm-channels.md │ ├── tutorials-interoperability-xcm-fee-estimation.md │ ├── tutorials-interoperability-xcm-transfers-from-relaychain-to-parachain.md │ ├── tutorials-interoperability-xcm-transfers.md │ ├── tutorials-interoperability.md │ ├── tutorials-onchain-governance-fast-track-gov-proposal.md │ ├── tutorials-onchain-governance.md │ ├── tutorials-polkadot-sdk-parachains-zero-to-hero-add-pallets-to-runtime.md │ ├── tutorials-polkadot-sdk-parachains-zero-to-hero-build-custom-pallet.md │ ├── tutorials-polkadot-sdk-parachains-zero-to-hero-deploy-to-testnet.md │ ├── tutorials-polkadot-sdk-parachains-zero-to-hero-obtain-coretime.md │ ├── tutorials-polkadot-sdk-parachains-zero-to-hero-pallet-benchmarking.md │ ├── tutorials-polkadot-sdk-parachains-zero-to-hero-pallet-unit-testing.md │ ├── tutorials-polkadot-sdk-parachains-zero-to-hero-runtime-upgrade.md │ ├── tutorials-polkadot-sdk-parachains-zero-to-hero-set-up-a-template.md │ ├── tutorials-polkadot-sdk-parachains-zero-to-hero.md │ ├── tutorials-polkadot-sdk-parachains.md │ ├── tutorials-polkadot-sdk-system-chains-asset-hub-asset-conversion.md │ ├── tutorials-polkadot-sdk-system-chains-asset-hub-register-foreign-asset.md │ ├── tutorials-polkadot-sdk-system-chains-asset-hub-register-local-asset.md │ ├── tutorials-polkadot-sdk-system-chains-asset-hub-send-a-tx-paying-fee-different-token.md │ ├── tutorials-polkadot-sdk-system-chains-asset-hub.md │ ├── tutorials-polkadot-sdk-system-chains.md │ ├── tutorials-polkadot-sdk-testing-fork-live-chains.md │ ├── tutorials-polkadot-sdk-testing-spawn-basic-chain.md │ ├── tutorials-polkadot-sdk-testing.md │ ├── tutorials-polkadot-sdk.md │ ├── tutorials-smart-contracts-demo-aplications-deploying-uniswap-v2.md │ ├── tutorials-smart-contracts-demo-aplications.md │ ├── tutorials-smart-contracts-deploy-erc20.md │ ├── tutorials-smart-contracts-deploy-nft.md │ ├── tutorials-smart-contracts-launch-your-first-project-create-contracts.md │ ├── tutorials-smart-contracts-launch-your-first-project-create-dapp-ethers-js.md │ ├── tutorials-smart-contracts-launch-your-first-project-create-dapp-viem.md │ ├── tutorials-smart-contracts-launch-your-first-project-test-and-deploy-with-hardhat.md │ ├── tutorials-smart-contracts-launch-your-first-project.md │ ├── tutorials-smart-contracts.md │ └── tutorials.md └── site-index.json ├── .assets └── annotations │ ├── arrow.svg │ └── steps │ ├── 1.svg │ ├── 2.svg │ ├── 3.svg │ ├── 4.svg │ ├── 5.svg │ ├── 6.svg │ ├── 7.svg │ ├── 8.svg │ ├── 9.svg │ ├── a.svg │ ├── b.svg │ ├── c.svg │ ├── d.svg │ ├── e.svg │ ├── f.svg │ ├── g.svg │ ├── h.svg │ └── i.svg ├── .editorconfig ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ └── docs-issue.yml ├── env ├── hooks │ └── pre-commit ├── pull_request_template.md ├── scripts │ ├── check_dependencies.py │ ├── check_repositories.py │ ├── check_snippets.py │ └── create_issues.py └── workflows │ ├── check-dependencies.yaml │ ├── check-llms.yml │ ├── check-mkdocs-build.yml │ ├── check-pr-labels.yml │ ├── check-url-changes.yml │ ├── checks.yml │ ├── reusable-preflight.yml │ └── trigger-n8n-workflow.yml ├── .gitignore ├── .husky └── pre-commit ├── .nav.yml ├── .snippets ├── code │ ├── Cargo.lock │ ├── Cargo.toml │ ├── README.md │ ├── develop │ │ ├── interoperability │ │ │ ├── intro-to-xcm │ │ │ │ └── XCM-first-look.rs │ │ │ ├── xcm-config │ │ │ │ ├── barrier-example.rs │ │ │ │ └── xcm-config-trait.rs │ │ │ ├── xcm-guides │ │ │ │ └── from-apps │ │ │ │ │ ├── teleport-and-transact.ts │ │ │ │ │ └── teleport-example.ts │ │ │ └── xcm-runtime-apis │ │ │ │ ├── call-example-output.html │ │ │ │ ├── call-example.js │ │ │ │ ├── query-assets-output.html │ │ │ │ ├── query-assets.js │ │ │ │ ├── query-delivery-fees-output.html │ │ │ │ ├── query-delivery-fees.js │ │ │ │ ├── query-weight-to-fee-output.html │ │ │ │ ├── query-weight-to-fee.js │ │ │ │ ├── query-xcm-weight-output.html │ │ │ │ ├── query-xcm-weight.js │ │ │ │ ├── xcm-example-output.html │ │ │ │ └── xcm-example.js │ │ ├── parachains │ │ │ ├── customize-parachain │ │ │ │ ├── add-existing-pallets │ │ │ │ │ ├── frame-support-runtime-macro.rs │ │ │ │ │ ├── impl-pallet-example-in-runtime.rs │ │ │ │ │ ├── pallet-basic-config-trait.rs │ │ │ │ │ ├── parameter-types-example.rs │ │ │ │ │ └── utility-pallet-config-trait.rs │ │ │ │ ├── make-custom-pallets │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ ├── barebone-pallet-template.rs │ │ │ │ │ ├── full-pallet.rs │ │ │ │ │ ├── pallet-call.rs │ │ │ │ │ ├── pallet-config.rs │ │ │ │ │ ├── pallet-error.rs │ │ │ │ │ ├── pallet-event.rs │ │ │ │ │ └── pallet-storage.rs │ │ │ │ └── overview │ │ │ │ │ └── pallet-skeleton.rs │ │ │ ├── deployment │ │ │ │ ├── build-deterministic-runtime │ │ │ │ │ └── deterministic-runtime-1.html │ │ │ │ └── generate-chain-specs │ │ │ │ │ ├── basic-chain-specs.json │ │ │ │ │ ├── invulnerables.json │ │ │ │ │ ├── key.html │ │ │ │ │ └── session-keys.json │ │ │ ├── get-started │ │ │ │ └── install-polkadot-sdk │ │ │ │ │ ├── termynal-1.html │ │ │ │ │ └── termynal-2.html │ │ │ ├── maintenance │ │ │ │ ├── configure-asynchronous-backing │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ ├── apis-01.rs │ │ │ │ │ ├── apis-02.rs │ │ │ │ │ ├── genesis_config_preset_snippet.rs │ │ │ │ │ ├── lib-01.rs │ │ │ │ │ ├── lib-02.rs │ │ │ │ │ ├── lib-03.rs │ │ │ │ │ ├── lib-04.rs │ │ │ │ │ ├── lib-05.rs │ │ │ │ │ ├── lib-06.rs │ │ │ │ │ ├── lib-07.rs │ │ │ │ │ ├── lib-08.rs │ │ │ │ │ ├── lib-09.rs │ │ │ │ │ ├── lib-10.rs │ │ │ │ │ ├── lib-11.rs │ │ │ │ │ ├── lib-12.rs │ │ │ │ │ ├── service-01.rs │ │ │ │ │ ├── service-02.rs │ │ │ │ │ ├── service-03.rs │ │ │ │ │ ├── service-04.rs │ │ │ │ │ ├── service-05.rs │ │ │ │ │ ├── service-06.rs │ │ │ │ │ └── service-07.rs │ │ │ │ ├── runtime-upgrades │ │ │ │ │ └── runtime_version.rs │ │ │ │ └── storage-migrations │ │ │ │ │ ├── example-1.rs │ │ │ │ │ ├── example-2.rs │ │ │ │ │ ├── example-3.rs │ │ │ │ │ ├── example-4.rs │ │ │ │ │ ├── executive.rs │ │ │ │ │ └── on-runtime-upgrade-trait.rs │ │ │ └── testing │ │ │ │ ├── benchmarking │ │ │ │ ├── benchmark-output.html │ │ │ │ ├── cargo.toml │ │ │ │ ├── dispatchable-pallet-weight.rs │ │ │ │ ├── frame-benchmark-macro.rs │ │ │ │ ├── runtime-cargo.toml │ │ │ │ ├── runtime-pallet-config.rs │ │ │ │ └── weight-config.rs │ │ │ │ ├── mock-runtime │ │ │ │ ├── genesis-config-custom.rs │ │ │ │ ├── genesis-config.rs │ │ │ │ ├── integration-testing-module.rs │ │ │ │ ├── mock-runtime.rs │ │ │ │ └── pallets-configurations.rs │ │ │ │ ├── pallet-testing │ │ │ │ ├── event-testing.rs │ │ │ │ ├── function-call-testing.rs │ │ │ │ ├── genesis-config-initialization.rs │ │ │ │ ├── runtime-composition.rs │ │ │ │ ├── storage-testing.rs │ │ │ │ └── test-initialization.rs │ │ │ │ └── runtime │ │ │ │ ├── full-integration-test.rs │ │ │ │ ├── pallet-a-integration-test.rs │ │ │ │ ├── pallet-b-call.rs │ │ │ │ ├── pallet-b-integration-test.rs │ │ │ │ └── pallet-coupling.rs │ │ ├── smart-contracts │ │ │ ├── contract-verification │ │ │ │ └── Incrementer.sol │ │ │ ├── dev-environments │ │ │ │ ├── foundry │ │ │ │ │ ├── foundry-compilation.html │ │ │ │ │ └── foundry-deployment.html │ │ │ │ └── hardhat │ │ │ │ │ ├── binary-hardhat.config.js │ │ │ │ │ ├── disclaimer-json-rpc-provider-alternative.js │ │ │ │ │ ├── hardhat-node-output.html │ │ │ │ │ ├── hardhat.config.js │ │ │ │ │ ├── interact.js │ │ │ │ │ ├── lock-ignition.js │ │ │ │ │ └── lock-test.js │ │ │ ├── evm-toolkit │ │ │ │ ├── dev-environments │ │ │ │ │ └── remix │ │ │ │ │ │ └── Counter.sol │ │ │ │ ├── ethers-js │ │ │ │ │ ├── Storage.sol │ │ │ │ │ ├── checkStorage.js │ │ │ │ │ ├── compile.js │ │ │ │ │ ├── connectToProvider.js │ │ │ │ │ ├── deploy.js │ │ │ │ │ └── fetchLastBlock.js │ │ │ │ └── libraries │ │ │ │ │ └── web3-js │ │ │ │ │ ├── Storage.sol │ │ │ │ │ ├── compile.js │ │ │ │ │ ├── connectToProvider.js │ │ │ │ │ ├── deploy.js │ │ │ │ │ ├── fetchLastBlock.js │ │ │ │ │ └── updateStorage.js │ │ │ ├── libraries │ │ │ │ ├── viem │ │ │ │ │ ├── Storage.sol │ │ │ │ │ ├── chainConfig.ts │ │ │ │ │ ├── compile.ts │ │ │ │ │ ├── createClient.ts │ │ │ │ │ ├── createWallet.ts │ │ │ │ │ ├── deploy.ts │ │ │ │ │ ├── fetchLastBlock.ts │ │ │ │ │ └── interact.ts │ │ │ │ ├── wagmi │ │ │ │ │ ├── BlockchainInfo.tsx │ │ │ │ │ ├── ConnectWallet.tsx │ │ │ │ │ ├── Storage.sol │ │ │ │ │ ├── StorageContract.tsx │ │ │ │ │ ├── layout.tsx │ │ │ │ │ ├── page.tsx │ │ │ │ │ ├── wagmi-testnet.ts │ │ │ │ │ └── wagmi.ts │ │ │ │ └── web3-py │ │ │ │ │ ├── Storage.sol │ │ │ │ │ ├── connect_to_provider.py │ │ │ │ │ ├── deploy.py │ │ │ │ │ ├── fetch_last_block.py │ │ │ │ │ └── update_storage.py │ │ │ └── local-development-node │ │ │ │ ├── local-development-node-1.html │ │ │ │ └── local-development-node-2.html │ │ └── toolkit │ │ │ ├── api-libraries │ │ │ ├── dedot │ │ │ │ ├── call-runtime-apis.ts │ │ │ │ ├── client-initialization-via-smoldot.ts │ │ │ │ ├── client-initialization-via-ws.ts │ │ │ │ ├── legacy-client-initialization.ts │ │ │ │ ├── pick-chainapi-interface.ts │ │ │ │ ├── runtime-constants.ts │ │ │ │ ├── sign-and-send-tx-with-extension-signer.ts │ │ │ │ ├── sign-and-send-tx-with-keyring.ts │ │ │ │ ├── storage-queries.ts │ │ │ │ ├── subscribe-storage-changes.ts │ │ │ │ └── watch-on-chain-events.ts │ │ │ ├── papi │ │ │ │ ├── api-instantiation-smoldot-nodejs.ts │ │ │ │ ├── api-instantiation-smoldot-webworker.ts │ │ │ │ ├── api-instantiation-smoldot.ts │ │ │ │ ├── api-instantiation-wss.ts │ │ │ │ └── send-tx-transfer-keep-alive.ts │ │ │ ├── polkadot-js-sdk │ │ │ │ ├── api-instance.js │ │ │ │ ├── read-constants.js │ │ │ │ ├── read-state.js │ │ │ │ └── send-txs.js │ │ │ ├── py-substrate-interface │ │ │ │ ├── read_state.py │ │ │ │ ├── send_tx.py │ │ │ │ └── substrate_interface.py │ │ │ ├── sidecar │ │ │ │ ├── asset-hub-node-version-response.md │ │ │ │ ├── get-node-version.md │ │ │ │ └── terminal-output.md │ │ │ └── subxt │ │ │ │ ├── Cargo.toml │ │ │ │ └── subxt.rs │ │ │ ├── integrations │ │ │ ├── signer-cli-sign-output.html │ │ │ ├── signer-cli-sign.html │ │ │ ├── signer-cli-submit-full-output.html │ │ │ ├── signer-cli-submit-output.html │ │ │ ├── subkey-generate-output.html │ │ │ └── txwrapper-output.html │ │ │ ├── interoperability │ │ │ └── paraspell │ │ │ │ ├── dry-run-output.html │ │ │ │ ├── ed-verification-output.html │ │ │ │ ├── index.ts │ │ │ │ ├── transfer-callback-output.html │ │ │ │ ├── transfer-info-output.html │ │ │ │ └── transfer-output.html │ │ │ └── parachains │ │ │ ├── e2e-testing │ │ │ └── moonwall │ │ │ │ ├── init-moonwall.config.json │ │ │ │ ├── init.html │ │ │ │ ├── moonwall.config.json │ │ │ │ ├── output.html │ │ │ │ └── test1.ts │ │ │ ├── fork-chains │ │ │ └── chopsticks │ │ │ │ └── get-started │ │ │ │ ├── dev-newblock-example.js │ │ │ │ ├── dev-setBlockBuildMode-example.js │ │ │ │ ├── dev-setHead-example.js │ │ │ │ ├── dev-setRuntimeLogLevel-example.js │ │ │ │ ├── dev-setStorage-example.js │ │ │ │ ├── dev-timeTravel-example.js │ │ │ │ └── example-config.yml │ │ │ ├── quickstart │ │ │ └── pop-cli │ │ │ │ ├── call-chain.html │ │ │ │ ├── install.html │ │ │ │ └── new-parachain.html │ │ │ ├── remote-proxies │ │ │ └── remote-proxy-example.js │ │ │ └── spawn-chains │ │ │ └── zombienet │ │ │ ├── get-started │ │ │ ├── base-example.json │ │ │ ├── base-example.toml │ │ │ ├── collator-example.json │ │ │ ├── collator-example.toml │ │ │ ├── collator-groups-example.json │ │ │ ├── collator-groups-example.toml │ │ │ ├── parachain-example.json │ │ │ ├── parachain-example.toml │ │ │ ├── relaychain-example-node-groups.json │ │ │ ├── relaychain-example-node-groups.toml │ │ │ ├── relaychain-example-nodes.json │ │ │ └── relaychain-example-nodes.toml │ │ │ └── write-tests │ │ │ ├── big-network-test.toml │ │ │ ├── small-network-test.toml │ │ │ └── spawn-a-basic-chain-test.toml │ ├── infrastructure │ │ ├── general │ │ │ └── setup-secure-wss │ │ │ │ ├── apache2-config.md │ │ │ │ ├── install-apache2.md │ │ │ │ ├── install-openssl.md │ │ │ │ ├── nginx-config.md │ │ │ │ └── nginx-rate-limit.md │ │ ├── running-a-node │ │ │ ├── setup-bootnode │ │ │ │ └── bootnode.conf │ │ │ ├── setup-full-node │ │ │ │ ├── run-node.html │ │ │ │ ├── setup-full-node-1.html │ │ │ │ └── setup-full-node-2.html │ │ │ └── setup-secure-wss │ │ │ │ ├── apache2-config.md │ │ │ │ ├── install-apache2.md │ │ │ │ ├── install-openssl.md │ │ │ │ ├── nginx-config.md │ │ │ │ └── nginx-rate-limit.md │ │ └── running-a-validator │ │ │ ├── onboarding-and-offboarding │ │ │ ├── key-management │ │ │ │ ├── node-key-error-01.html │ │ │ │ └── subkey-generate.html │ │ │ ├── set-up-validator │ │ │ │ └── terminal-output-01.html │ │ │ └── start-validating │ │ │ │ ├── terminal-output-01.html │ │ │ │ └── terminal-output-02.html │ │ │ └── operational-tasks │ │ │ ├── general-management │ │ │ ├── alertmanager-status.html │ │ │ ├── alertmanager.yml │ │ │ ├── grub-config-01.js │ │ │ ├── instance-down.yml │ │ │ ├── prometheus-config.yml │ │ │ ├── systemd-alert-config.md │ │ │ ├── systemd-config.md │ │ │ ├── terminal-output-01.html │ │ │ └── update-prometheus.yml │ │ │ └── upgrade-your-node │ │ │ └── verify-session-change.md │ ├── polkadot-protocol │ │ └── parachain-basics │ │ │ ├── accounts │ │ │ ├── address-formats-1.html │ │ │ ├── address-formats-2.html │ │ │ └── address-formats-3.js │ │ │ ├── blocks-transactions-fees │ │ │ ├── data-encode-decode.rs │ │ │ ├── fees │ │ │ │ ├── custom-fees.rs │ │ │ │ ├── custom-inclusion-fee.rs │ │ │ │ ├── default-weight-annotation.rs │ │ │ │ ├── dynamic-weight.rs │ │ │ │ ├── normal-dispatch-and-user-is-not-charged.rs │ │ │ │ ├── operational-dispatch.rs │ │ │ │ ├── weight-calculator.rs │ │ │ │ ├── weight-correction.rs │ │ │ │ └── weight-read-write-annotation.rs │ │ │ └── transactions │ │ │ │ ├── signed-tx-example.rs │ │ │ │ └── transactions-formats │ │ │ │ └── signed-tx-example.rs │ │ │ └── chain-data │ │ │ ├── extrinsic-metadata.json │ │ │ ├── metadata-format.json │ │ │ ├── sudo-metadata-calls.json │ │ │ └── sudo-metadata.json │ ├── rust-toolchain.toml │ └── tutorials │ │ ├── dapps │ │ └── remark-tutorial │ │ │ ├── cli.ts │ │ │ ├── index.ts │ │ │ ├── initialization.html │ │ │ ├── output.html │ │ │ └── remarks.ts │ │ ├── interoperability │ │ ├── replay-and-dry-run-xcms │ │ │ ├── dry-run-call.ts │ │ │ ├── dry-run-failure.html │ │ │ ├── dry-run-success.html │ │ │ ├── launch-chopsticks.html │ │ │ ├── replay-xcm-result.html │ │ │ └── replay-xcm.ts │ │ ├── xcm-channels │ │ │ └── para-to-system │ │ │ │ └── hrmp-query-output.json │ │ ├── xcm-fee-estimation │ │ │ ├── paseo-asset-hub-terminal-output-chopsticks.html │ │ │ ├── paseo-asset-hub.yml │ │ │ ├── paseo-bridge-hub.yml │ │ │ ├── paseo-terminal-output-chopsticks.html │ │ │ ├── teleport-ah-to-bridge-hub.ts │ │ │ └── teleport-output.html │ │ └── xcm-transfers │ │ │ └── from-relaychain-to-parachain │ │ │ ├── output.html │ │ │ └── reserve-backed-transfer.js │ │ ├── onchain-governance │ │ └── fast-track-gov-proposal │ │ │ ├── test-proposal.ts │ │ │ └── tsconfig.json │ │ ├── polkadot-sdk │ │ ├── parachains │ │ │ ├── system-chains │ │ │ │ └── asset-hub │ │ │ │ │ └── send-tx-paying-fees-with-different-tokens │ │ │ │ │ ├── fee-payment-transaction-output.html │ │ │ │ │ └── fee-payment-transaction.ts │ │ │ └── zero-to-hero │ │ │ │ ├── deploy-to-testnet │ │ │ │ ├── chain_spec_placeholder.json │ │ │ │ ├── deploy-on-paseo.html │ │ │ │ ├── key.html │ │ │ │ └── plain_chain_spec.json │ │ │ │ ├── obtain-coretime │ │ │ │ └── obtain-coretime-1.html │ │ │ │ ├── pallet-benchmarking │ │ │ │ ├── benchmarking.rs │ │ │ │ ├── benchmarks.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── mod.rs │ │ │ │ └── pallet-cargo.toml │ │ │ │ ├── pallet-unit-testing │ │ │ │ └── unit-testing-output.html │ │ │ │ ├── pallets │ │ │ │ ├── custom-pallet │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ └── src │ │ │ │ │ │ ├── benchmarking.rs │ │ │ │ │ │ ├── lib.rs │ │ │ │ │ │ ├── mock.rs │ │ │ │ │ │ ├── tests.rs │ │ │ │ │ │ └── weights.rs │ │ │ │ └── template │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ ├── README.md │ │ │ │ │ └── src │ │ │ │ │ ├── benchmarking.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── mock.rs │ │ │ │ │ ├── tests.rs │ │ │ │ │ └── weights.rs │ │ │ │ ├── runtime-upgrade │ │ │ │ └── runtime-compilation.html │ │ │ │ ├── runtime │ │ │ │ ├── Cargo.toml │ │ │ │ ├── build.rs │ │ │ │ └── src │ │ │ │ │ ├── apis.rs │ │ │ │ │ ├── benchmarks.rs │ │ │ │ │ ├── configs │ │ │ │ │ ├── mod.rs │ │ │ │ │ └── xcm_config.rs │ │ │ │ │ ├── genesis_config_presets.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ └── weights │ │ │ │ │ ├── block_weights.rs │ │ │ │ │ ├── extrinsic_weights.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── paritydb_weights.rs │ │ │ │ │ └── rocksdb_weights.rs │ │ │ │ └── set-up-a-template │ │ │ │ ├── compilation-output.html │ │ │ │ ├── node-block-production.html │ │ │ │ └── node-output.html │ │ └── testing │ │ │ ├── fork-live-chains │ │ │ ├── basic-example.js │ │ │ ├── fork-output.html │ │ │ ├── polkadot-fork-01.html │ │ │ ├── replay-block.json │ │ │ └── run-chopsticks-01.html │ │ │ └── spawn-basic-chain │ │ │ ├── connect-to-alice-01.js │ │ │ ├── spawn-a-basic-network.toml │ │ │ └── spawn-network-terminal-01.html │ │ └── smart-contracts │ │ ├── demo-aplications │ │ └── deploying-uniswap-v2 │ │ │ ├── compilation-output.html │ │ │ ├── deployment-output.html │ │ │ └── testing-output.html │ │ └── launch-your-first-project │ │ └── test-and-deploy-hardhat │ │ ├── compilation-output.html │ │ ├── interact-output.html │ │ ├── local-deployment-output.html │ │ ├── passet-deployment-output.html │ │ └── testing-output.html └── text │ ├── README.md │ ├── develop │ └── smart-contracts │ │ └── index │ │ └── index-timeline.json │ ├── smart-contracts │ ├── code-size.md │ └── polkaVM-warning.md │ └── tutorials │ └── polkadot-sdk │ └── parachains │ └── zero-to-hero │ └── zero-to-hero-timeline.json ├── LICENSE.md ├── README.md ├── ai-chatbot-policy.md ├── cookie-policy.md ├── develop ├── .nav.yml ├── index.md ├── interoperability │ ├── .nav.yml │ ├── index.md │ ├── intro-to-xcm.md │ ├── send-messages.md │ ├── test-and-debug.md │ ├── versions │ │ ├── .nav.yml │ │ ├── index.md │ │ └── v5 │ │ │ ├── .nav.yml │ │ │ ├── asset-claimer.md │ │ │ ├── fees.md │ │ │ ├── index.md │ │ │ ├── migration-guide.md │ │ │ ├── transact.md │ │ │ ├── transfers.md │ │ │ └── writing-xcm-programs.md │ ├── xcm-channels.md │ ├── xcm-config.md │ ├── xcm-guides │ │ ├── .nav.yml │ │ ├── from-apps │ │ │ ├── .nav.yml │ │ │ ├── claiming-trapped-assets.md │ │ │ ├── fees.md │ │ │ ├── index.md │ │ │ ├── transact.md │ │ │ └── transfers.md │ │ └── index.md │ └── xcm-runtime-apis.md ├── networks.md ├── parachains │ ├── .nav.yml │ ├── customize-parachain │ │ ├── .nav.yml │ │ ├── add-existing-pallets.md │ │ ├── add-pallet-instances.md │ │ ├── add-smart-contract-functionality.md │ │ ├── index.md │ │ ├── make-custom-pallet.md │ │ └── overview.md │ ├── deployment │ │ ├── .nav.yml │ │ ├── build-deterministic-runtime.md │ │ ├── coretime-renewal.md │ │ ├── generate-chain-specs.md │ │ ├── index.md │ │ ├── manage-coretime.md │ │ └── obtain-coretime.md │ ├── index.md │ ├── install-polkadot-sdk.md │ ├── intro-polkadot-sdk.md │ ├── maintenance │ │ ├── .nav.yml │ │ ├── configure-asynchronous-backing.md │ │ ├── index.md │ │ ├── runtime-metrics-monitoring.md │ │ ├── runtime-upgrades.md │ │ ├── storage-migrations.md │ │ └── unlock-parachain.md │ └── testing │ │ ├── .nav.yml │ │ ├── benchmarking.md │ │ ├── index.md │ │ ├── mock-runtime.md │ │ └── pallet-testing.md ├── smart-contracts │ ├── .nav.yml │ ├── block-explorers │ │ ├── .nav.yml │ │ └── index.md │ ├── connect-to-kusama.md │ ├── connect-to-polkadot.md │ ├── dev-environments │ │ ├── .nav.yml │ │ ├── foundry.md │ │ ├── hardhat.md │ │ ├── index.md │ │ └── remix.md │ ├── faqs.md │ ├── index.md │ ├── json-rpc-apis.md │ ├── libraries │ │ ├── .nav.yml │ │ ├── ethers-js.md │ │ ├── index.md │ │ ├── viem.md │ │ ├── wagmi.md │ │ ├── web3-js.md │ │ └── web3-py.md │ ├── local-development-node.md │ ├── overview.md │ ├── precompiles │ │ ├── .nav.yml │ │ ├── index.md │ │ ├── interact-with-precompiles.md │ │ └── xcm-precompile.md │ └── wallets.md └── toolkit │ ├── .nav.yml │ ├── api-libraries │ ├── .nav.yml │ ├── dedot.md │ ├── index.md │ ├── papi.md │ ├── polkadart.md │ ├── polkadot-js-api.md │ ├── py-substrate-interface.md │ ├── sidecar.md │ └── subxt.md │ ├── index.md │ ├── integrations │ ├── .nav.yml │ ├── index.md │ ├── indexers.md │ ├── oracles.md │ ├── storage.md │ ├── transaction-construction.md │ └── wallets.md │ ├── interoperability │ ├── .nav.yml │ ├── index.md │ ├── paraspell-xcm-sdk │ │ ├── .nav.yml │ │ ├── index.md │ │ └── transfer-tokens-between-parachains.md │ └── xcm-tools.md │ └── parachains │ ├── .nav.yml │ ├── e2e-testing │ ├── .nav.yml │ ├── index.md │ └── moonwall.md │ ├── fork-chains │ ├── .nav.yml │ ├── chopsticks │ │ ├── .nav.yml │ │ ├── get-started.md │ │ └── index.md │ └── index.md │ ├── index.md │ ├── light-clients.md │ ├── polkadot-omni-node.md │ ├── quickstart │ ├── .nav.yml │ ├── index.md │ └── pop-cli.md │ ├── remote-proxies.md │ ├── rpc-calls.md │ └── spawn-chains │ ├── .nav.yml │ ├── index.md │ └── zombienet │ ├── .nav.yml │ ├── get-started.md │ ├── index.md │ └── write-tests.md ├── get-support ├── .nav.yml ├── ai-ready-docs.md ├── explore-resources.md ├── get-in-touch.md └── index.md ├── images ├── README.md ├── contributing │ └── vale-output-01.webp ├── develop │ ├── interoperability │ │ ├── guides │ │ │ └── from-apps │ │ │ │ └── claiming-trapped-assets │ │ │ │ └── assets-trapped-event.webp │ │ ├── intro-to-xcm │ │ │ └── intro-to-xcm-01.webp │ │ ├── versions │ │ │ └── v5 │ │ │ │ └── migration-guide │ │ │ │ └── check-xcm-version.webp │ │ └── xcm-channels │ │ │ ├── xcm-channels-1.webp │ │ │ └── xcm-channels-2.webp │ ├── parachains │ │ ├── customize-parachain │ │ │ └── overview │ │ │ │ ├── frame-overview-1.webp │ │ │ │ ├── frame-overview-2-dark.png │ │ │ │ └── frame-overview-2.webp │ │ ├── deployment │ │ │ └── coretime-renewal │ │ │ │ ├── coretime-renewal-1.webp │ │ │ │ ├── coretime-renewal-2.webp │ │ │ │ ├── coretime-renewal-3.webp │ │ │ │ ├── coretime-renewal-4.webp │ │ │ │ ├── coretime-renewal-5.webp │ │ │ │ ├── coretime-renewal-6.webp │ │ │ │ └── coretime-renewal-7.webp │ │ ├── intro-polkadot-sdk │ │ │ └── intro-polkadot-sdk-1.webp │ │ └── maintenance │ │ │ └── unlock-parachain │ │ │ ├── unlock-parachain-1.webp │ │ │ ├── unlock-parachain-2.webp │ │ │ ├── unlock-parachain-3.webp │ │ │ ├── unlock-parachain-4.webp │ │ │ ├── unlock-parachain-5.webp │ │ │ ├── unlock-parachain-6.webp │ │ │ └── unlock-parachain-7.webp │ ├── smart-contracts │ │ ├── block-explorers │ │ │ ├── block-explorers-1.webp │ │ │ ├── block-explorers-2.webp │ │ │ └── block-explorers-3.webp │ │ ├── connect-to-polkadot │ │ │ ├── connect-to-polkadot-1.webp │ │ │ └── connect-to-polkadot-2.webp │ │ ├── contract-verification │ │ │ ├── contract-verification-01.webp │ │ │ ├── contract-verification-02.webp │ │ │ ├── contract-verification-03.webp │ │ │ ├── contract-verification-04.webp │ │ │ └── contract-verification-05.webp │ │ ├── evm-toolkit │ │ │ └── dev-environments │ │ │ │ └── remix │ │ │ │ ├── remix-1.webp │ │ │ │ ├── remix-10.webp │ │ │ │ ├── remix-11.webp │ │ │ │ ├── remix-12.webp │ │ │ │ ├── remix-13.webp │ │ │ │ ├── remix-2.webp │ │ │ │ ├── remix-3.webp │ │ │ │ ├── remix-4.webp │ │ │ │ ├── remix-5.webp │ │ │ │ ├── remix-6.webp │ │ │ │ ├── remix-7.webp │ │ │ │ ├── remix-8.webp │ │ │ │ └── remix-9.webp │ │ ├── native-evm-contracts │ │ │ ├── native-evm-contracts-1.webp │ │ │ └── native-evm-contracts-2.webp │ │ ├── parachain-contracts │ │ │ └── mb-tech-diagram.webp │ │ ├── precompiles │ │ │ └── xcm-precompile │ │ │ │ ├── xcm-precompile-01.webp │ │ │ │ ├── xcm-precompile-02.webp │ │ │ │ ├── xcm-precompile-03.webp │ │ │ │ ├── xcm-precompile-04.webp │ │ │ │ ├── xcm-precompile-05.webp │ │ │ │ ├── xcm-precompile-06.webp │ │ │ │ └── xcm-precompile-07.webp │ │ └── wallets │ │ │ ├── subwallet-01.webp │ │ │ ├── subwallet-02.webp │ │ │ ├── subwallet-03.webp │ │ │ ├── subwallet-04.webp │ │ │ ├── subwallet-PAS.webp │ │ │ ├── wallets-1.webp │ │ │ ├── wallets-10.webp │ │ │ ├── wallets-11.webp │ │ │ ├── wallets-2.webp │ │ │ ├── wallets-3.webp │ │ │ ├── wallets-4.webp │ │ │ ├── wallets-5.webp │ │ │ ├── wallets-6.webp │ │ │ ├── wallets-7.webp │ │ │ ├── wallets-8.webp │ │ │ └── wallets-9.webp │ └── toolkit │ │ └── parachains │ │ ├── quickstart │ │ ├── call-chain.gif │ │ └── pop-new.gif │ │ └── rpc-calls │ │ ├── rpc-calls-01.webp │ │ ├── rpc-calls-02.webp │ │ ├── rpc-calls-03.webp │ │ ├── rpc-calls-04.webp │ │ └── rpc-calls-05.webp ├── infrastructure │ └── running-a-validator │ │ ├── onboarding-and-offboarding │ │ ├── key-management │ │ │ ├── key-management-1.webp │ │ │ └── key-management-2.webp │ │ └── start-validating │ │ │ ├── start-validating-01.webp │ │ │ ├── start-validating-02.webp │ │ │ ├── start-validating-03.webp │ │ │ ├── start-validating-04.webp │ │ │ ├── start-validating-05.webp │ │ │ └── start-validating-06.webp │ │ ├── operational-tasks │ │ └── general-management │ │ │ ├── general-management-1.webp │ │ │ ├── general-management-2.webp │ │ │ ├── general-management-3.webp │ │ │ ├── general-management-4.webp │ │ │ └── general-management-5.webp │ │ └── running-a-node │ │ └── setup-secure-wss │ │ └── setup-secure-wss-1.webp ├── polkadot-protocol │ ├── architecture │ │ └── polkadot-chain │ │ │ ├── overview │ │ │ └── overview-1.webp │ │ │ └── pos-consensus │ │ │ └── consensus-protocols-1.webp │ ├── onchan-governance │ │ ├── delegation-locks-1.webp │ │ ├── delegation-locks-2.webp │ │ ├── opengov-curves-pass.webp │ │ ├── opengov-structure.webp │ │ ├── opengov-timeline.webp │ │ ├── opengov-track-capacityt.webp │ │ ├── voting-locks-2.webp │ │ └── voting-locks.webp │ └── parachain-basics │ │ ├── accounts │ │ ├── account-balance-types-1.webp │ │ └── locks-example-2.webp │ │ └── blocks-transactions-fees │ │ ├── randomness │ │ └── slots-epochs.webp │ │ └── transactions │ │ └── transaction-lifecycle-1.webp └── tutorials │ ├── dapps │ └── remark-tutorial │ │ └── papi-console.webp │ ├── interoperability │ ├── xcm-channels │ │ ├── hrmp-channels-1.webp │ │ ├── hrmp-channels-2.webp │ │ ├── para-to-para │ │ │ ├── hrmp-para-to-para-1.webp │ │ │ ├── hrmp-para-to-para-2.webp │ │ │ ├── hrmp-para-to-para-3.webp │ │ │ ├── hrmp-para-to-para-4.webp │ │ │ ├── hrmp-para-to-para-5.webp │ │ │ ├── hrmp-para-to-para-6.webp │ │ │ └── hrmp-para-to-para-7.webp │ │ └── para-to-system │ │ │ ├── hrmp-para-to-system-1.webp │ │ │ ├── hrmp-para-to-system-2.webp │ │ │ └── hrmp-para-to-system-3.webp │ └── xcm-transfers │ │ └── from-relaychain-to-parachain │ │ ├── from-relaychain-to-parachain-01.webp │ │ ├── from-relaychain-to-parachain-02.webp │ │ ├── from-relaychain-to-parachain-03.webp │ │ ├── from-relaychain-to-parachain-04.webp │ │ ├── from-relaychain-to-parachain-05.webp │ │ ├── from-relaychain-to-parachain-06.webp │ │ └── from-relaychain-to-parachain-07.webp │ ├── polkadot-sdk │ ├── parachains │ │ └── zero-to-hero │ │ │ ├── add-pallets-to-runtime │ │ │ ├── add-pallets-to-runtime-1.webp │ │ │ └── add-pallets-to-runtime-2.webp │ │ │ ├── deploy-to-testnet │ │ │ ├── deploy-to-testnet-1.webp │ │ │ ├── deploy-to-testnet-10.webp │ │ │ ├── deploy-to-testnet-2.webp │ │ │ ├── deploy-to-testnet-3.webp │ │ │ ├── deploy-to-testnet-4.webp │ │ │ ├── deploy-to-testnet-5.webp │ │ │ ├── deploy-to-testnet-6.webp │ │ │ ├── deploy-to-testnet-7.webp │ │ │ ├── deploy-to-testnet-8.webp │ │ │ └── deploy-to-testnet-9.webp │ │ │ ├── obtain-coretime │ │ │ ├── obtain-coretime-1.webp │ │ │ ├── obtain-coretime-2.webp │ │ │ ├── obtain-coretime-3.webp │ │ │ ├── obtain-coretime-4.webp │ │ │ ├── obtain-coretime-5.webp │ │ │ ├── obtain-coretime-6.webp │ │ │ ├── obtain-coretime-7.webp │ │ │ ├── obtain-coretime-8.webp │ │ │ └── obtain-coretime-9.webp │ │ │ ├── runtime-upgrade │ │ │ ├── runtime-upgrade-01.webp │ │ │ ├── runtime-upgrade-02.webp │ │ │ ├── runtime-upgrade-03.webp │ │ │ ├── runtime-upgrade-04.webp │ │ │ ├── runtime-upgrade-05.webp │ │ │ ├── runtime-upgrade-06.webp │ │ │ ├── runtime-upgrade-07.webp │ │ │ ├── runtime-upgrade-08.webp │ │ │ ├── runtime-upgrade-09.webp │ │ │ ├── runtime-upgrade-10.webp │ │ │ └── runtime-upgrade-11.webp │ │ │ └── set-up-a-template │ │ │ ├── set-up-a-template-1.webp │ │ │ ├── set-up-a-template-2.webp │ │ │ └── set-up-a-template-3.webp │ ├── system-chains │ │ └── asset-hub │ │ │ ├── asset-conversion │ │ │ ├── asset-conversion-1.webp │ │ │ ├── asset-conversion-10.webp │ │ │ ├── asset-conversion-11.webp │ │ │ ├── asset-conversion-12.webp │ │ │ ├── asset-conversion-13.webp │ │ │ ├── asset-conversion-14.webp │ │ │ ├── asset-conversion-15.webp │ │ │ ├── asset-conversion-16.webp │ │ │ ├── asset-conversion-2.webp │ │ │ ├── asset-conversion-3.webp │ │ │ ├── asset-conversion-4.webp │ │ │ ├── asset-conversion-5.webp │ │ │ ├── asset-conversion-6.webp │ │ │ ├── asset-conversion-7.webp │ │ │ ├── asset-conversion-8.webp │ │ │ └── asset-conversion-9.webp │ │ │ ├── register-foreign-assets │ │ │ ├── register-a-foreign-asset-1.webp │ │ │ ├── register-a-foreign-asset-2.webp │ │ │ ├── register-a-foreign-asset-3.webp │ │ │ ├── register-a-foreign-asset-4.webp │ │ │ ├── register-a-foreign-asset-5.webp │ │ │ └── register-a-foreign-asset-6.webp │ │ │ └── register-local-assets │ │ │ ├── register-a-local-asset-1.webp │ │ │ ├── register-a-local-asset-2.webp │ │ │ ├── register-a-local-asset-3.webp │ │ │ ├── register-a-local-asset-4.webp │ │ │ ├── register-a-local-asset-5.webp │ │ │ ├── register-a-local-asset-6.webp │ │ │ └── register-a-local-asset-7.webp │ └── testing │ │ ├── fork-live-chains │ │ ├── chopsticks-1.webp │ │ └── chopsticks-2.webp │ │ └── spawn-basic-chain │ │ └── spawn-basic-network-01.webp │ └── smart-contracts │ ├── deploy-erc20 │ ├── deploy-erc20-1.webp │ ├── deploy-erc20-10.webp │ ├── deploy-erc20-11.webp │ ├── deploy-erc20-12.webp │ ├── deploy-erc20-13.webp │ ├── deploy-erc20-14.webp │ ├── deploy-erc20-2.webp │ ├── deploy-erc20-3.webp │ ├── deploy-erc20-4.webp │ ├── deploy-erc20-5.webp │ ├── deploy-erc20-6.webp │ ├── deploy-erc20-7.webp │ ├── deploy-erc20-8.webp │ └── deploy-erc20-9.webp │ ├── deploy-nft │ ├── deploy-nft-1.webp │ ├── deploy-nft-10.webp │ ├── deploy-nft-11.webp │ ├── deploy-nft-12.webp │ ├── deploy-nft-13.webp │ ├── deploy-nft-14.webp │ ├── deploy-nft-2.webp │ ├── deploy-nft-3.webp │ ├── deploy-nft-4.webp │ ├── deploy-nft-5.webp │ ├── deploy-nft-6.webp │ ├── deploy-nft-7.webp │ ├── deploy-nft-8.webp │ └── deploy-nft-9.webp │ └── launch-your-first-project │ ├── create-dapp-ethers-js │ ├── create-dapp-ethers-js-1.webp │ ├── create-dapp-ethers-js-2.webp │ ├── create-dapp-ethers-js-3.webp │ └── create-dapp-ethers-js-4.webp │ └── create-dapp-viem │ ├── create-dapp-viem-1.webp │ ├── create-dapp-viem-2.webp │ ├── create-dapp-viem-3.webp │ └── create-dapp-viem-4.webp ├── index.md ├── infrastructure ├── .nav.yml ├── index.md ├── running-a-node │ ├── .nav.yml │ ├── index.md │ ├── setup-bootnode.md │ ├── setup-full-node.md │ └── setup-secure-wss.md ├── running-a-validator │ ├── .nav.yml │ ├── index.md │ ├── onboarding-and-offboarding │ │ ├── .nav.yml │ │ ├── index.md │ │ ├── key-management.md │ │ ├── set-up-validator.md │ │ ├── start-validating.md │ │ └── stop-validating.md │ ├── operational-tasks │ │ ├── .nav.yml │ │ ├── general-management.md │ │ ├── index.md │ │ ├── pause-validating.md │ │ └── upgrade-your-node.md │ └── requirements.md └── staking-mechanics │ ├── .nav.yml │ ├── index.md │ ├── offenses-and-slashes.md │ └── rewards-payout.md ├── js ├── connect-to-metamask.js ├── copy-to-llm.js ├── error-modal.js ├── fix-created-date.js ├── header-scroll.js ├── root-level-sections.js └── search-bar-results.js ├── llms-full.jsonl ├── llms.txt ├── package.json ├── polkadot-protocol ├── .nav.yml ├── architecture │ ├── .nav.yml │ ├── index.md │ ├── parachains │ │ ├── .nav.yml │ │ ├── consensus.md │ │ ├── index.md │ │ └── overview.md │ ├── polkadot-chain │ │ ├── .nav.yml │ │ ├── agile-coretime.md │ │ ├── elastic-scaling.md │ │ ├── index.md │ │ ├── overview.md │ │ └── pos-consensus.md │ └── system-chains │ │ ├── .nav.yml │ │ ├── asset-hub.md │ │ ├── bridge-hub.md │ │ ├── collectives.md │ │ ├── coretime.md │ │ ├── index.md │ │ ├── overview.md │ │ └── people.md ├── glossary.md ├── index.md ├── onchain-governance │ ├── .nav.yml │ ├── index.md │ ├── origins-tracks.md │ └── overview.md ├── parachain-basics │ ├── .nav.yml │ ├── accounts.md │ ├── blocks-transactions-fees │ │ ├── .nav.yml │ │ ├── blocks.md │ │ ├── fees.md │ │ ├── index.md │ │ └── transactions.md │ ├── chain-data.md │ ├── cryptography.md │ ├── data-encoding.md │ ├── index.md │ ├── interoperability.md │ ├── networks.md │ ├── node-and-runtime.md │ └── randomness.md └── smart-contract-basics │ ├── .nav.yml │ ├── accounts.md │ ├── blocks-transactions-fees.md │ ├── evm-vs-polkavm.md │ ├── index.md │ ├── networks.md │ ├── overview.md │ └── polkavm-design.md ├── privacy-policy.md ├── scripts ├── generate_ai_pages.py ├── generate_category_bundles.py ├── generate_llms.py ├── generate_llms_txt.py ├── generate_site_index.py └── llms_config.json ├── terms-of-use.md ├── tutorials ├── .nav.yml ├── dapps │ ├── .nav.yml │ ├── index.md │ └── remark-tutorial.md ├── index.md ├── interoperability │ ├── .nav.yml │ ├── index.md │ ├── replay-and-dry-run-xcms.md │ ├── xcm-channels │ │ ├── .nav.yml │ │ ├── index.md │ │ ├── para-to-para.md │ │ └── para-to-system.md │ ├── xcm-fee-estimation.md │ └── xcm-transfers │ │ ├── .nav.yml │ │ ├── from-relaychain-to-parachain.md │ │ └── index.md ├── onchain-governance │ ├── .nav.yml │ ├── fast-track-gov-proposal.md │ └── index.md ├── polkadot-sdk │ ├── .nav.yml │ ├── index.md │ ├── parachains │ │ ├── .nav.yml │ │ ├── index.md │ │ └── zero-to-hero │ │ │ ├── .nav.yml │ │ │ ├── add-pallets-to-runtime.md │ │ │ ├── build-custom-pallet.md │ │ │ ├── deploy-to-testnet.md │ │ │ ├── index.md │ │ │ ├── obtain-coretime.md │ │ │ ├── pallet-benchmarking.md │ │ │ ├── pallet-unit-testing.md │ │ │ ├── runtime-upgrade.md │ │ │ └── set-up-a-template.md │ ├── system-chains │ │ ├── .nav.yml │ │ ├── asset-hub │ │ │ ├── .nav.yml │ │ │ ├── asset-conversion.md │ │ │ ├── index.md │ │ │ ├── register-foreign-asset.md │ │ │ ├── register-local-asset.md │ │ │ └── send-a-tx-paying-fee-different-token.md │ │ └── index.md │ └── testing │ │ ├── .nav.yml │ │ ├── fork-live-chains.md │ │ ├── index.md │ │ └── spawn-basic-chain.md └── smart-contracts │ ├── .nav.yml │ ├── demo-aplications │ ├── .nav.yml │ ├── deploying-uniswap-v2.md │ └── index.md │ ├── deploy-erc20.md │ ├── deploy-nft.md │ ├── index.md │ └── launch-your-first-project │ ├── .nav.yml │ ├── create-contracts.md │ ├── create-dapp-ethers-js.md │ ├── create-dapp-viem.md │ ├── index.md │ └── test-and-deploy-with-hardhat.md └── variables.yml /.CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.CONTRIBUTING.md -------------------------------------------------------------------------------- /.ai/categories/basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/categories/basics.md -------------------------------------------------------------------------------- /.ai/categories/dapps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/categories/dapps.md -------------------------------------------------------------------------------- /.ai/categories/infrastructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/categories/infrastructure.md -------------------------------------------------------------------------------- /.ai/categories/networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/categories/networks.md -------------------------------------------------------------------------------- /.ai/categories/parachains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/categories/parachains.md -------------------------------------------------------------------------------- /.ai/categories/polkadot-protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/categories/polkadot-protocol.md -------------------------------------------------------------------------------- /.ai/categories/reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/categories/reference.md -------------------------------------------------------------------------------- /.ai/categories/smart-contracts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/categories/smart-contracts.md -------------------------------------------------------------------------------- /.ai/categories/tooling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/categories/tooling.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-intro-to-xcm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-intro-to-xcm.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-send-messages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-send-messages.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-test-and-debug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-test-and-debug.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-versions-v5-asset-claimer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-versions-v5-asset-claimer.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-versions-v5-fees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-versions-v5-fees.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-versions-v5-migration-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-versions-v5-migration-guide.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-versions-v5-transact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-versions-v5-transact.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-versions-v5-transfers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-versions-v5-transfers.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-versions-v5-writing-xcm-programs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-versions-v5-writing-xcm-programs.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-versions-v5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-versions-v5.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-versions.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-xcm-channels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-xcm-channels.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-xcm-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-xcm-config.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-xcm-guides-from-apps-fees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-xcm-guides-from-apps-fees.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-xcm-guides-from-apps-transact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-xcm-guides-from-apps-transact.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-xcm-guides-from-apps-transfers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-xcm-guides-from-apps-transfers.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-xcm-guides-from-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-xcm-guides-from-apps.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-xcm-guides.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-xcm-guides.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability-xcm-runtime-apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability-xcm-runtime-apis.md -------------------------------------------------------------------------------- /.ai/pages/develop-interoperability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-interoperability.md -------------------------------------------------------------------------------- /.ai/pages/develop-networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-networks.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-customize-parachain-add-existing-pallets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-customize-parachain-add-existing-pallets.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-customize-parachain-add-pallet-instances.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-customize-parachain-add-pallet-instances.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-customize-parachain-make-custom-pallet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-customize-parachain-make-custom-pallet.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-customize-parachain-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-customize-parachain-overview.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-customize-parachain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-customize-parachain.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-deployment-build-deterministic-runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-deployment-build-deterministic-runtime.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-deployment-coretime-renewal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-deployment-coretime-renewal.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-deployment-generate-chain-specs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-deployment-generate-chain-specs.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-deployment-manage-coretime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-deployment-manage-coretime.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-deployment-obtain-coretime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-deployment-obtain-coretime.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-deployment.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-install-polkadot-sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-install-polkadot-sdk.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-intro-polkadot-sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-intro-polkadot-sdk.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-maintenance-configure-asynchronous-backing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-maintenance-configure-asynchronous-backing.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-maintenance-runtime-metrics-monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-maintenance-runtime-metrics-monitoring.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-maintenance-runtime-upgrades.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-maintenance-runtime-upgrades.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-maintenance-storage-migrations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-maintenance-storage-migrations.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-maintenance-unlock-parachain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-maintenance-unlock-parachain.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-maintenance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-maintenance.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-testing-benchmarking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-testing-benchmarking.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-testing-mock-runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-testing-mock-runtime.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-testing-pallet-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-testing-pallet-testing.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains-testing.md -------------------------------------------------------------------------------- /.ai/pages/develop-parachains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-parachains.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-block-explorers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-block-explorers.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-connect-to-kusama.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-connect-to-kusama.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-connect-to-polkadot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-connect-to-polkadot.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-dev-environments-foundry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-dev-environments-foundry.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-dev-environments-hardhat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-dev-environments-hardhat.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-dev-environments-remix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-dev-environments-remix.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-dev-environments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-dev-environments.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-faqs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-faqs.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-json-rpc-apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-json-rpc-apis.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-libraries-ethers-js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-libraries-ethers-js.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-libraries-viem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-libraries-viem.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-libraries-wagmi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-libraries-wagmi.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-libraries-web3-js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-libraries-web3-js.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-libraries-web3-py.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-libraries-web3-py.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-libraries.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-local-development-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-local-development-node.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-overview.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-precompiles-interact-with-precompiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-precompiles-interact-with-precompiles.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-precompiles-xcm-precompile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-precompiles-xcm-precompile.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-precompiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-precompiles.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts-wallets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts-wallets.md -------------------------------------------------------------------------------- /.ai/pages/develop-smart-contracts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-smart-contracts.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-api-libraries-dedot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-api-libraries-dedot.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-api-libraries-papi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-api-libraries-papi.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-api-libraries-polkadart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-api-libraries-polkadart.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-api-libraries-polkadot-js-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-api-libraries-polkadot-js-api.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-api-libraries-py-substrate-interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-api-libraries-py-substrate-interface.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-api-libraries-sidecar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-api-libraries-sidecar.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-api-libraries-subxt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-api-libraries-subxt.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-api-libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-api-libraries.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-integrations-indexers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-integrations-indexers.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-integrations-oracles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-integrations-oracles.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-integrations-storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-integrations-storage.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-integrations-transaction-construction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-integrations-transaction-construction.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-integrations-wallets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-integrations-wallets.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-integrations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-integrations.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-interoperability-paraspell-xcm-sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-interoperability-paraspell-xcm-sdk.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-interoperability-xcm-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-interoperability-xcm-tools.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-interoperability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-interoperability.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-e2e-testing-moonwall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-e2e-testing-moonwall.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-e2e-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-e2e-testing.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-fork-chains-chopsticks-get-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-fork-chains-chopsticks-get-started.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-fork-chains-chopsticks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-fork-chains-chopsticks.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-fork-chains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-fork-chains.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-light-clients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-light-clients.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-polkadot-omni-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-polkadot-omni-node.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-quickstart-pop-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-quickstart-pop-cli.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-quickstart.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-remote-proxies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-remote-proxies.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-rpc-calls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-rpc-calls.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-spawn-chains-zombienet-get-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-spawn-chains-zombienet-get-started.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-spawn-chains-zombienet-write-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-spawn-chains-zombienet-write-tests.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-spawn-chains-zombienet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-spawn-chains-zombienet.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains-spawn-chains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains-spawn-chains.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit-parachains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit-parachains.md -------------------------------------------------------------------------------- /.ai/pages/develop-toolkit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop-toolkit.md -------------------------------------------------------------------------------- /.ai/pages/develop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/develop.md -------------------------------------------------------------------------------- /.ai/pages/get-support-ai-ready-docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/get-support-ai-ready-docs.md -------------------------------------------------------------------------------- /.ai/pages/get-support-explore-resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/get-support-explore-resources.md -------------------------------------------------------------------------------- /.ai/pages/get-support-get-in-touch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/get-support-get-in-touch.md -------------------------------------------------------------------------------- /.ai/pages/get-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/get-support.md -------------------------------------------------------------------------------- /.ai/pages/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/index.md -------------------------------------------------------------------------------- /.ai/pages/infrastructure-running-a-node-setup-bootnode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/infrastructure-running-a-node-setup-bootnode.md -------------------------------------------------------------------------------- /.ai/pages/infrastructure-running-a-node-setup-full-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/infrastructure-running-a-node-setup-full-node.md -------------------------------------------------------------------------------- /.ai/pages/infrastructure-running-a-node-setup-secure-wss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/infrastructure-running-a-node-setup-secure-wss.md -------------------------------------------------------------------------------- /.ai/pages/infrastructure-running-a-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/infrastructure-running-a-node.md -------------------------------------------------------------------------------- /.ai/pages/infrastructure-running-a-validator-onboarding-and-offboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/infrastructure-running-a-validator-onboarding-and-offboarding.md -------------------------------------------------------------------------------- /.ai/pages/infrastructure-running-a-validator-operational-tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/infrastructure-running-a-validator-operational-tasks.md -------------------------------------------------------------------------------- /.ai/pages/infrastructure-running-a-validator-requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/infrastructure-running-a-validator-requirements.md -------------------------------------------------------------------------------- /.ai/pages/infrastructure-running-a-validator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/infrastructure-running-a-validator.md -------------------------------------------------------------------------------- /.ai/pages/infrastructure-staking-mechanics-offenses-and-slashes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/infrastructure-staking-mechanics-offenses-and-slashes.md -------------------------------------------------------------------------------- /.ai/pages/infrastructure-staking-mechanics-rewards-payout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/infrastructure-staking-mechanics-rewards-payout.md -------------------------------------------------------------------------------- /.ai/pages/infrastructure-staking-mechanics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/infrastructure-staking-mechanics.md -------------------------------------------------------------------------------- /.ai/pages/infrastructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/infrastructure.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-parachains-consensus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-parachains-consensus.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-parachains-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-parachains-overview.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-parachains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-parachains.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-polkadot-chain-agile-coretime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-polkadot-chain-agile-coretime.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-polkadot-chain-elastic-scaling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-polkadot-chain-elastic-scaling.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-polkadot-chain-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-polkadot-chain-overview.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-polkadot-chain-pos-consensus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-polkadot-chain-pos-consensus.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-polkadot-chain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-polkadot-chain.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-system-chains-asset-hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-system-chains-asset-hub.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-system-chains-bridge-hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-system-chains-bridge-hub.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-system-chains-collectives.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-system-chains-collectives.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-system-chains-coretime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-system-chains-coretime.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-system-chains-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-system-chains-overview.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-system-chains-people.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-system-chains-people.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture-system-chains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture-system-chains.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-architecture.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-glossary.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-onchain-governance-origins-tracks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-onchain-governance-origins-tracks.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-onchain-governance-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-onchain-governance-overview.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-onchain-governance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-onchain-governance.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-parachain-basics-accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-parachain-basics-accounts.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-parachain-basics-blocks-transactions-fees-blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-parachain-basics-blocks-transactions-fees-blocks.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-parachain-basics-blocks-transactions-fees-fees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-parachain-basics-blocks-transactions-fees-fees.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-parachain-basics-blocks-transactions-fees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-parachain-basics-blocks-transactions-fees.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-parachain-basics-chain-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-parachain-basics-chain-data.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-parachain-basics-cryptography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-parachain-basics-cryptography.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-parachain-basics-data-encoding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-parachain-basics-data-encoding.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-parachain-basics-interoperability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-parachain-basics-interoperability.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-parachain-basics-networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-parachain-basics-networks.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-parachain-basics-node-and-runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-parachain-basics-node-and-runtime.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-parachain-basics-randomness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-parachain-basics-randomness.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-parachain-basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-parachain-basics.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-smart-contract-basics-accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-smart-contract-basics-accounts.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-smart-contract-basics-blocks-transactions-fees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-smart-contract-basics-blocks-transactions-fees.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-smart-contract-basics-evm-vs-polkavm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-smart-contract-basics-evm-vs-polkavm.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-smart-contract-basics-networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-smart-contract-basics-networks.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-smart-contract-basics-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-smart-contract-basics-overview.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-smart-contract-basics-polkavm-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-smart-contract-basics-polkavm-design.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol-smart-contract-basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol-smart-contract-basics.md -------------------------------------------------------------------------------- /.ai/pages/polkadot-protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/polkadot-protocol.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-dapps-remark-tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-dapps-remark-tutorial.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-dapps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-dapps.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-interoperability-replay-and-dry-run-xcms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-interoperability-replay-and-dry-run-xcms.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-interoperability-xcm-channels-para-to-para.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-interoperability-xcm-channels-para-to-para.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-interoperability-xcm-channels-para-to-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-interoperability-xcm-channels-para-to-system.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-interoperability-xcm-channels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-interoperability-xcm-channels.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-interoperability-xcm-fee-estimation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-interoperability-xcm-fee-estimation.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-interoperability-xcm-transfers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-interoperability-xcm-transfers.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-interoperability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-interoperability.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-onchain-governance-fast-track-gov-proposal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-onchain-governance-fast-track-gov-proposal.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-onchain-governance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-onchain-governance.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-build-custom-pallet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-build-custom-pallet.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-deploy-to-testnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-deploy-to-testnet.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-obtain-coretime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-obtain-coretime.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-pallet-benchmarking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-pallet-benchmarking.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-pallet-unit-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-pallet-unit-testing.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-runtime-upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-runtime-upgrade.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-set-up-a-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero-set-up-a-template.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-parachains-zero-to-hero.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-parachains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-parachains.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-system-chains-asset-hub-asset-conversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-system-chains-asset-hub-asset-conversion.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-system-chains-asset-hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-system-chains-asset-hub.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-system-chains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-system-chains.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-testing-fork-live-chains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-testing-fork-live-chains.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-testing-spawn-basic-chain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-testing-spawn-basic-chain.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk-testing.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-polkadot-sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-polkadot-sdk.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-smart-contracts-demo-aplications-deploying-uniswap-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-smart-contracts-demo-aplications-deploying-uniswap-v2.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-smart-contracts-demo-aplications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-smart-contracts-demo-aplications.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-smart-contracts-deploy-erc20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-smart-contracts-deploy-erc20.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-smart-contracts-deploy-nft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-smart-contracts-deploy-nft.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-smart-contracts-launch-your-first-project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-smart-contracts-launch-your-first-project.md -------------------------------------------------------------------------------- /.ai/pages/tutorials-smart-contracts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials-smart-contracts.md -------------------------------------------------------------------------------- /.ai/pages/tutorials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/pages/tutorials.md -------------------------------------------------------------------------------- /.ai/site-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.ai/site-index.json -------------------------------------------------------------------------------- /.assets/annotations/arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/arrow.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/1.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/2.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/3.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/4.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/5.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/6.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/7.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/8.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/9.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/a.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/b.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/c.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/d.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/e.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/f.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/f.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/g.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/g.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/h.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/h.svg -------------------------------------------------------------------------------- /.assets/annotations/steps/i.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.assets/annotations/steps/i.svg -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/docs-issue.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/ISSUE_TEMPLATE/docs-issue.yml -------------------------------------------------------------------------------- /.github/env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/env -------------------------------------------------------------------------------- /.github/hooks/pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/hooks/pre-commit -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/scripts/check_dependencies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/scripts/check_dependencies.py -------------------------------------------------------------------------------- /.github/scripts/check_repositories.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/scripts/check_repositories.py -------------------------------------------------------------------------------- /.github/scripts/check_snippets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/scripts/check_snippets.py -------------------------------------------------------------------------------- /.github/scripts/create_issues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/scripts/create_issues.py -------------------------------------------------------------------------------- /.github/workflows/check-dependencies.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/workflows/check-dependencies.yaml -------------------------------------------------------------------------------- /.github/workflows/check-llms.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/workflows/check-llms.yml -------------------------------------------------------------------------------- /.github/workflows/check-mkdocs-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/workflows/check-mkdocs-build.yml -------------------------------------------------------------------------------- /.github/workflows/check-pr-labels.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/workflows/check-pr-labels.yml -------------------------------------------------------------------------------- /.github/workflows/check-url-changes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/workflows/check-url-changes.yml -------------------------------------------------------------------------------- /.github/workflows/checks.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/workflows/checks.yml -------------------------------------------------------------------------------- /.github/workflows/reusable-preflight.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/workflows/reusable-preflight.yml -------------------------------------------------------------------------------- /.github/workflows/trigger-n8n-workflow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.github/workflows/trigger-n8n-workflow.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | .vscode 3 | target 4 | .DS_Store 5 | scripts/__pycache__/* -------------------------------------------------------------------------------- /.husky/pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.husky/pre-commit -------------------------------------------------------------------------------- /.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.nav.yml -------------------------------------------------------------------------------- /.snippets/code/Cargo.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/Cargo.lock -------------------------------------------------------------------------------- /.snippets/code/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/Cargo.toml -------------------------------------------------------------------------------- /.snippets/code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/README.md -------------------------------------------------------------------------------- /.snippets/code/develop/interoperability/intro-to-xcm/XCM-first-look.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/interoperability/intro-to-xcm/XCM-first-look.rs -------------------------------------------------------------------------------- /.snippets/code/develop/interoperability/xcm-config/barrier-example.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/interoperability/xcm-config/barrier-example.rs -------------------------------------------------------------------------------- /.snippets/code/develop/interoperability/xcm-config/xcm-config-trait.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/interoperability/xcm-config/xcm-config-trait.rs -------------------------------------------------------------------------------- /.snippets/code/develop/interoperability/xcm-runtime-apis/call-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/interoperability/xcm-runtime-apis/call-example.js -------------------------------------------------------------------------------- /.snippets/code/develop/interoperability/xcm-runtime-apis/query-assets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/interoperability/xcm-runtime-apis/query-assets.js -------------------------------------------------------------------------------- /.snippets/code/develop/interoperability/xcm-runtime-apis/query-delivery-fees.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/interoperability/xcm-runtime-apis/query-delivery-fees.js -------------------------------------------------------------------------------- /.snippets/code/develop/interoperability/xcm-runtime-apis/query-weight-to-fee.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/interoperability/xcm-runtime-apis/query-weight-to-fee.js -------------------------------------------------------------------------------- /.snippets/code/develop/interoperability/xcm-runtime-apis/query-xcm-weight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/interoperability/xcm-runtime-apis/query-xcm-weight.js -------------------------------------------------------------------------------- /.snippets/code/develop/interoperability/xcm-runtime-apis/xcm-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/interoperability/xcm-runtime-apis/xcm-example.js -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/deployment/generate-chain-specs/key.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/deployment/generate-chain-specs/key.html -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/maintenance/storage-migrations/example-1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/maintenance/storage-migrations/example-1.rs -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/maintenance/storage-migrations/example-2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/maintenance/storage-migrations/example-2.rs -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/maintenance/storage-migrations/example-3.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/maintenance/storage-migrations/example-3.rs -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/maintenance/storage-migrations/example-4.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/maintenance/storage-migrations/example-4.rs -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/maintenance/storage-migrations/executive.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/maintenance/storage-migrations/executive.rs -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/testing/benchmarking/benchmark-output.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/testing/benchmarking/benchmark-output.html -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/testing/benchmarking/cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/testing/benchmarking/cargo.toml -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/testing/benchmarking/runtime-cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/testing/benchmarking/runtime-cargo.toml -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/testing/benchmarking/weight-config.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/testing/benchmarking/weight-config.rs -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/testing/mock-runtime/genesis-config.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/testing/mock-runtime/genesis-config.rs -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/testing/mock-runtime/mock-runtime.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/testing/mock-runtime/mock-runtime.rs -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/testing/pallet-testing/event-testing.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/testing/pallet-testing/event-testing.rs -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/testing/pallet-testing/storage-testing.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/testing/pallet-testing/storage-testing.rs -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/testing/runtime/full-integration-test.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/testing/runtime/full-integration-test.rs -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/testing/runtime/pallet-b-call.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/testing/runtime/pallet-b-call.rs -------------------------------------------------------------------------------- /.snippets/code/develop/parachains/testing/runtime/pallet-coupling.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/parachains/testing/runtime/pallet-coupling.rs -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/contract-verification/Incrementer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/contract-verification/Incrementer.sol -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/dev-environments/hardhat/interact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/dev-environments/hardhat/interact.js -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/dev-environments/hardhat/lock-test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/dev-environments/hardhat/lock-test.js -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/evm-toolkit/ethers-js/Storage.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/evm-toolkit/ethers-js/Storage.sol -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/evm-toolkit/ethers-js/checkStorage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/evm-toolkit/ethers-js/checkStorage.js -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/evm-toolkit/ethers-js/compile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/evm-toolkit/ethers-js/compile.js -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/evm-toolkit/ethers-js/deploy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/evm-toolkit/ethers-js/deploy.js -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/viem/Storage.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/viem/Storage.sol -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/viem/chainConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/viem/chainConfig.ts -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/viem/compile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/viem/compile.ts -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/viem/createClient.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/viem/createClient.ts -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/viem/createWallet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/viem/createWallet.ts -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/viem/deploy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/viem/deploy.ts -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/viem/fetchLastBlock.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/viem/fetchLastBlock.ts -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/viem/interact.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/viem/interact.ts -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/wagmi/BlockchainInfo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/wagmi/BlockchainInfo.tsx -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/wagmi/ConnectWallet.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/wagmi/ConnectWallet.tsx -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/wagmi/Storage.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/wagmi/Storage.sol -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/wagmi/StorageContract.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/wagmi/StorageContract.tsx -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/wagmi/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/wagmi/layout.tsx -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/wagmi/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/wagmi/page.tsx -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/wagmi/wagmi-testnet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/wagmi/wagmi-testnet.ts -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/wagmi/wagmi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/wagmi/wagmi.ts -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/web3-py/Storage.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/web3-py/Storage.sol -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/web3-py/deploy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/web3-py/deploy.py -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/web3-py/fetch_last_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/web3-py/fetch_last_block.py -------------------------------------------------------------------------------- /.snippets/code/develop/smart-contracts/libraries/web3-py/update_storage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/smart-contracts/libraries/web3-py/update_storage.py -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/api-libraries/dedot/call-runtime-apis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/api-libraries/dedot/call-runtime-apis.ts -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/api-libraries/dedot/pick-chainapi-interface.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/api-libraries/dedot/pick-chainapi-interface.ts -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/api-libraries/dedot/runtime-constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/api-libraries/dedot/runtime-constants.ts -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/api-libraries/dedot/storage-queries.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/api-libraries/dedot/storage-queries.ts -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/api-libraries/dedot/watch-on-chain-events.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/api-libraries/dedot/watch-on-chain-events.ts -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/api-libraries/papi/api-instantiation-wss.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/api-libraries/papi/api-instantiation-wss.ts -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/api-libraries/polkadot-js-sdk/api-instance.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/api-libraries/polkadot-js-sdk/api-instance.js -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/api-libraries/polkadot-js-sdk/read-state.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/api-libraries/polkadot-js-sdk/read-state.js -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/api-libraries/polkadot-js-sdk/send-txs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/api-libraries/polkadot-js-sdk/send-txs.js -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/api-libraries/sidecar/get-node-version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/api-libraries/sidecar/get-node-version.md -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/api-libraries/sidecar/terminal-output.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/api-libraries/sidecar/terminal-output.md -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/api-libraries/subxt/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/api-libraries/subxt/Cargo.toml -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/api-libraries/subxt/subxt.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/api-libraries/subxt/subxt.rs -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/integrations/signer-cli-sign-output.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/integrations/signer-cli-sign-output.html -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/integrations/signer-cli-sign.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/integrations/signer-cli-sign.html -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/integrations/signer-cli-submit-output.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/integrations/signer-cli-submit-output.html -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/integrations/subkey-generate-output.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/integrations/subkey-generate-output.html -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/integrations/txwrapper-output.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/integrations/txwrapper-output.html -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/interoperability/paraspell/dry-run-output.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/interoperability/paraspell/dry-run-output.html -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/interoperability/paraspell/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/interoperability/paraspell/index.ts -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/parachains/e2e-testing/moonwall/init.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/parachains/e2e-testing/moonwall/init.html -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/parachains/e2e-testing/moonwall/output.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/parachains/e2e-testing/moonwall/output.html -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/parachains/e2e-testing/moonwall/test1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/parachains/e2e-testing/moonwall/test1.ts -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/parachains/quickstart/pop-cli/call-chain.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/parachains/quickstart/pop-cli/call-chain.html -------------------------------------------------------------------------------- /.snippets/code/develop/toolkit/parachains/quickstart/pop-cli/install.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/develop/toolkit/parachains/quickstart/pop-cli/install.html -------------------------------------------------------------------------------- /.snippets/code/infrastructure/general/setup-secure-wss/apache2-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/infrastructure/general/setup-secure-wss/apache2-config.md -------------------------------------------------------------------------------- /.snippets/code/infrastructure/general/setup-secure-wss/install-apache2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/infrastructure/general/setup-secure-wss/install-apache2.md -------------------------------------------------------------------------------- /.snippets/code/infrastructure/general/setup-secure-wss/install-openssl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/infrastructure/general/setup-secure-wss/install-openssl.md -------------------------------------------------------------------------------- /.snippets/code/infrastructure/general/setup-secure-wss/nginx-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/infrastructure/general/setup-secure-wss/nginx-config.md -------------------------------------------------------------------------------- /.snippets/code/infrastructure/general/setup-secure-wss/nginx-rate-limit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/infrastructure/general/setup-secure-wss/nginx-rate-limit.md -------------------------------------------------------------------------------- /.snippets/code/infrastructure/running-a-node/setup-bootnode/bootnode.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/infrastructure/running-a-node/setup-bootnode/bootnode.conf -------------------------------------------------------------------------------- /.snippets/code/infrastructure/running-a-node/setup-full-node/run-node.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/infrastructure/running-a-node/setup-full-node/run-node.html -------------------------------------------------------------------------------- /.snippets/code/infrastructure/running-a-node/setup-secure-wss/nginx-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/infrastructure/running-a-node/setup-secure-wss/nginx-config.md -------------------------------------------------------------------------------- /.snippets/code/polkadot-protocol/parachain-basics/blocks-transactions-fees/fees/default-weight-annotation.rs: -------------------------------------------------------------------------------- 1 | #[pallet::weight(100_000)] 2 | fn my_dispatchable() { 3 | // ... 4 | } -------------------------------------------------------------------------------- /.snippets/code/rust-toolchain.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/rust-toolchain.toml -------------------------------------------------------------------------------- /.snippets/code/tutorials/dapps/remark-tutorial/cli.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/tutorials/dapps/remark-tutorial/cli.ts -------------------------------------------------------------------------------- /.snippets/code/tutorials/dapps/remark-tutorial/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/tutorials/dapps/remark-tutorial/index.ts -------------------------------------------------------------------------------- /.snippets/code/tutorials/dapps/remark-tutorial/initialization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/tutorials/dapps/remark-tutorial/initialization.html -------------------------------------------------------------------------------- /.snippets/code/tutorials/dapps/remark-tutorial/output.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/tutorials/dapps/remark-tutorial/output.html -------------------------------------------------------------------------------- /.snippets/code/tutorials/dapps/remark-tutorial/remarks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/code/tutorials/dapps/remark-tutorial/remarks.ts -------------------------------------------------------------------------------- /.snippets/code/tutorials/polkadot-sdk/parachains/zero-to-hero/pallets/template/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## Release 4 | 5 | Polkadot SDK Stable 2412 6 | -------------------------------------------------------------------------------- /.snippets/text/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.snippets/text/develop/smart-contracts/index/index-timeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/text/develop/smart-contracts/index/index-timeline.json -------------------------------------------------------------------------------- /.snippets/text/smart-contracts/code-size.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/text/smart-contracts/code-size.md -------------------------------------------------------------------------------- /.snippets/text/smart-contracts/polkaVM-warning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/.snippets/text/smart-contracts/polkaVM-warning.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/README.md -------------------------------------------------------------------------------- /ai-chatbot-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/ai-chatbot-policy.md -------------------------------------------------------------------------------- /cookie-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/cookie-policy.md -------------------------------------------------------------------------------- /develop/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/.nav.yml -------------------------------------------------------------------------------- /develop/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/index.md -------------------------------------------------------------------------------- /develop/interoperability/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/.nav.yml -------------------------------------------------------------------------------- /develop/interoperability/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/index.md -------------------------------------------------------------------------------- /develop/interoperability/intro-to-xcm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/intro-to-xcm.md -------------------------------------------------------------------------------- /develop/interoperability/send-messages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/send-messages.md -------------------------------------------------------------------------------- /develop/interoperability/test-and-debug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/test-and-debug.md -------------------------------------------------------------------------------- /develop/interoperability/versions/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/versions/.nav.yml -------------------------------------------------------------------------------- /develop/interoperability/versions/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/versions/index.md -------------------------------------------------------------------------------- /develop/interoperability/versions/v5/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/versions/v5/.nav.yml -------------------------------------------------------------------------------- /develop/interoperability/versions/v5/asset-claimer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/versions/v5/asset-claimer.md -------------------------------------------------------------------------------- /develop/interoperability/versions/v5/fees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/versions/v5/fees.md -------------------------------------------------------------------------------- /develop/interoperability/versions/v5/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/versions/v5/index.md -------------------------------------------------------------------------------- /develop/interoperability/versions/v5/migration-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/versions/v5/migration-guide.md -------------------------------------------------------------------------------- /develop/interoperability/versions/v5/transact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/versions/v5/transact.md -------------------------------------------------------------------------------- /develop/interoperability/versions/v5/transfers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/versions/v5/transfers.md -------------------------------------------------------------------------------- /develop/interoperability/versions/v5/writing-xcm-programs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/versions/v5/writing-xcm-programs.md -------------------------------------------------------------------------------- /develop/interoperability/xcm-channels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/xcm-channels.md -------------------------------------------------------------------------------- /develop/interoperability/xcm-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/xcm-config.md -------------------------------------------------------------------------------- /develop/interoperability/xcm-guides/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/xcm-guides/.nav.yml -------------------------------------------------------------------------------- /develop/interoperability/xcm-guides/from-apps/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/xcm-guides/from-apps/.nav.yml -------------------------------------------------------------------------------- /develop/interoperability/xcm-guides/from-apps/claiming-trapped-assets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/xcm-guides/from-apps/claiming-trapped-assets.md -------------------------------------------------------------------------------- /develop/interoperability/xcm-guides/from-apps/fees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/xcm-guides/from-apps/fees.md -------------------------------------------------------------------------------- /develop/interoperability/xcm-guides/from-apps/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/xcm-guides/from-apps/index.md -------------------------------------------------------------------------------- /develop/interoperability/xcm-guides/from-apps/transact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/xcm-guides/from-apps/transact.md -------------------------------------------------------------------------------- /develop/interoperability/xcm-guides/from-apps/transfers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/xcm-guides/from-apps/transfers.md -------------------------------------------------------------------------------- /develop/interoperability/xcm-guides/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/xcm-guides/index.md -------------------------------------------------------------------------------- /develop/interoperability/xcm-runtime-apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/interoperability/xcm-runtime-apis.md -------------------------------------------------------------------------------- /develop/networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/networks.md -------------------------------------------------------------------------------- /develop/parachains/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/.nav.yml -------------------------------------------------------------------------------- /develop/parachains/customize-parachain/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/customize-parachain/.nav.yml -------------------------------------------------------------------------------- /develop/parachains/customize-parachain/add-existing-pallets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/customize-parachain/add-existing-pallets.md -------------------------------------------------------------------------------- /develop/parachains/customize-parachain/add-pallet-instances.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/customize-parachain/add-pallet-instances.md -------------------------------------------------------------------------------- /develop/parachains/customize-parachain/add-smart-contract-functionality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/customize-parachain/add-smart-contract-functionality.md -------------------------------------------------------------------------------- /develop/parachains/customize-parachain/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/customize-parachain/index.md -------------------------------------------------------------------------------- /develop/parachains/customize-parachain/make-custom-pallet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/customize-parachain/make-custom-pallet.md -------------------------------------------------------------------------------- /develop/parachains/customize-parachain/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/customize-parachain/overview.md -------------------------------------------------------------------------------- /develop/parachains/deployment/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/deployment/.nav.yml -------------------------------------------------------------------------------- /develop/parachains/deployment/build-deterministic-runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/deployment/build-deterministic-runtime.md -------------------------------------------------------------------------------- /develop/parachains/deployment/coretime-renewal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/deployment/coretime-renewal.md -------------------------------------------------------------------------------- /develop/parachains/deployment/generate-chain-specs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/deployment/generate-chain-specs.md -------------------------------------------------------------------------------- /develop/parachains/deployment/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/deployment/index.md -------------------------------------------------------------------------------- /develop/parachains/deployment/manage-coretime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/deployment/manage-coretime.md -------------------------------------------------------------------------------- /develop/parachains/deployment/obtain-coretime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/deployment/obtain-coretime.md -------------------------------------------------------------------------------- /develop/parachains/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/index.md -------------------------------------------------------------------------------- /develop/parachains/install-polkadot-sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/install-polkadot-sdk.md -------------------------------------------------------------------------------- /develop/parachains/intro-polkadot-sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/intro-polkadot-sdk.md -------------------------------------------------------------------------------- /develop/parachains/maintenance/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/maintenance/.nav.yml -------------------------------------------------------------------------------- /develop/parachains/maintenance/configure-asynchronous-backing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/maintenance/configure-asynchronous-backing.md -------------------------------------------------------------------------------- /develop/parachains/maintenance/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/maintenance/index.md -------------------------------------------------------------------------------- /develop/parachains/maintenance/runtime-metrics-monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/maintenance/runtime-metrics-monitoring.md -------------------------------------------------------------------------------- /develop/parachains/maintenance/runtime-upgrades.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/maintenance/runtime-upgrades.md -------------------------------------------------------------------------------- /develop/parachains/maintenance/storage-migrations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/maintenance/storage-migrations.md -------------------------------------------------------------------------------- /develop/parachains/maintenance/unlock-parachain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/maintenance/unlock-parachain.md -------------------------------------------------------------------------------- /develop/parachains/testing/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/testing/.nav.yml -------------------------------------------------------------------------------- /develop/parachains/testing/benchmarking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/testing/benchmarking.md -------------------------------------------------------------------------------- /develop/parachains/testing/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/testing/index.md -------------------------------------------------------------------------------- /develop/parachains/testing/mock-runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/testing/mock-runtime.md -------------------------------------------------------------------------------- /develop/parachains/testing/pallet-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/parachains/testing/pallet-testing.md -------------------------------------------------------------------------------- /develop/smart-contracts/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/.nav.yml -------------------------------------------------------------------------------- /develop/smart-contracts/block-explorers/.nav.yml: -------------------------------------------------------------------------------- 1 | title: Block Explorers 2 | nav: 3 | - index.md -------------------------------------------------------------------------------- /develop/smart-contracts/block-explorers/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/block-explorers/index.md -------------------------------------------------------------------------------- /develop/smart-contracts/connect-to-kusama.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/connect-to-kusama.md -------------------------------------------------------------------------------- /develop/smart-contracts/connect-to-polkadot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/connect-to-polkadot.md -------------------------------------------------------------------------------- /develop/smart-contracts/dev-environments/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/dev-environments/.nav.yml -------------------------------------------------------------------------------- /develop/smart-contracts/dev-environments/foundry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/dev-environments/foundry.md -------------------------------------------------------------------------------- /develop/smart-contracts/dev-environments/hardhat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/dev-environments/hardhat.md -------------------------------------------------------------------------------- /develop/smart-contracts/dev-environments/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/dev-environments/index.md -------------------------------------------------------------------------------- /develop/smart-contracts/dev-environments/remix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/dev-environments/remix.md -------------------------------------------------------------------------------- /develop/smart-contracts/faqs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/faqs.md -------------------------------------------------------------------------------- /develop/smart-contracts/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/index.md -------------------------------------------------------------------------------- /develop/smart-contracts/json-rpc-apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/json-rpc-apis.md -------------------------------------------------------------------------------- /develop/smart-contracts/libraries/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/libraries/.nav.yml -------------------------------------------------------------------------------- /develop/smart-contracts/libraries/ethers-js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/libraries/ethers-js.md -------------------------------------------------------------------------------- /develop/smart-contracts/libraries/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/libraries/index.md -------------------------------------------------------------------------------- /develop/smart-contracts/libraries/viem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/libraries/viem.md -------------------------------------------------------------------------------- /develop/smart-contracts/libraries/wagmi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/libraries/wagmi.md -------------------------------------------------------------------------------- /develop/smart-contracts/libraries/web3-js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/libraries/web3-js.md -------------------------------------------------------------------------------- /develop/smart-contracts/libraries/web3-py.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/libraries/web3-py.md -------------------------------------------------------------------------------- /develop/smart-contracts/local-development-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/local-development-node.md -------------------------------------------------------------------------------- /develop/smart-contracts/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/overview.md -------------------------------------------------------------------------------- /develop/smart-contracts/precompiles/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/precompiles/.nav.yml -------------------------------------------------------------------------------- /develop/smart-contracts/precompiles/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/precompiles/index.md -------------------------------------------------------------------------------- /develop/smart-contracts/precompiles/interact-with-precompiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/precompiles/interact-with-precompiles.md -------------------------------------------------------------------------------- /develop/smart-contracts/precompiles/xcm-precompile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/precompiles/xcm-precompile.md -------------------------------------------------------------------------------- /develop/smart-contracts/wallets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/smart-contracts/wallets.md -------------------------------------------------------------------------------- /develop/toolkit/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/.nav.yml -------------------------------------------------------------------------------- /develop/toolkit/api-libraries/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/api-libraries/.nav.yml -------------------------------------------------------------------------------- /develop/toolkit/api-libraries/dedot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/api-libraries/dedot.md -------------------------------------------------------------------------------- /develop/toolkit/api-libraries/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/api-libraries/index.md -------------------------------------------------------------------------------- /develop/toolkit/api-libraries/papi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/api-libraries/papi.md -------------------------------------------------------------------------------- /develop/toolkit/api-libraries/polkadart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/api-libraries/polkadart.md -------------------------------------------------------------------------------- /develop/toolkit/api-libraries/polkadot-js-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/api-libraries/polkadot-js-api.md -------------------------------------------------------------------------------- /develop/toolkit/api-libraries/py-substrate-interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/api-libraries/py-substrate-interface.md -------------------------------------------------------------------------------- /develop/toolkit/api-libraries/sidecar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/api-libraries/sidecar.md -------------------------------------------------------------------------------- /develop/toolkit/api-libraries/subxt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/api-libraries/subxt.md -------------------------------------------------------------------------------- /develop/toolkit/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/index.md -------------------------------------------------------------------------------- /develop/toolkit/integrations/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/integrations/.nav.yml -------------------------------------------------------------------------------- /develop/toolkit/integrations/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/integrations/index.md -------------------------------------------------------------------------------- /develop/toolkit/integrations/indexers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/integrations/indexers.md -------------------------------------------------------------------------------- /develop/toolkit/integrations/oracles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/integrations/oracles.md -------------------------------------------------------------------------------- /develop/toolkit/integrations/storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/integrations/storage.md -------------------------------------------------------------------------------- /develop/toolkit/integrations/transaction-construction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/integrations/transaction-construction.md -------------------------------------------------------------------------------- /develop/toolkit/integrations/wallets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/integrations/wallets.md -------------------------------------------------------------------------------- /develop/toolkit/interoperability/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/interoperability/.nav.yml -------------------------------------------------------------------------------- /develop/toolkit/interoperability/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/interoperability/index.md -------------------------------------------------------------------------------- /develop/toolkit/interoperability/paraspell-xcm-sdk/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/interoperability/paraspell-xcm-sdk/.nav.yml -------------------------------------------------------------------------------- /develop/toolkit/interoperability/paraspell-xcm-sdk/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/interoperability/paraspell-xcm-sdk/index.md -------------------------------------------------------------------------------- /develop/toolkit/interoperability/xcm-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/interoperability/xcm-tools.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/.nav.yml -------------------------------------------------------------------------------- /develop/toolkit/parachains/e2e-testing/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/e2e-testing/.nav.yml -------------------------------------------------------------------------------- /develop/toolkit/parachains/e2e-testing/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/e2e-testing/index.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/e2e-testing/moonwall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/e2e-testing/moonwall.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/fork-chains/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/fork-chains/.nav.yml -------------------------------------------------------------------------------- /develop/toolkit/parachains/fork-chains/chopsticks/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/fork-chains/chopsticks/.nav.yml -------------------------------------------------------------------------------- /develop/toolkit/parachains/fork-chains/chopsticks/get-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/fork-chains/chopsticks/get-started.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/fork-chains/chopsticks/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/fork-chains/chopsticks/index.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/fork-chains/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/fork-chains/index.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/index.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/light-clients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/light-clients.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/polkadot-omni-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/polkadot-omni-node.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/quickstart/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/quickstart/.nav.yml -------------------------------------------------------------------------------- /develop/toolkit/parachains/quickstart/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/quickstart/index.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/quickstart/pop-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/quickstart/pop-cli.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/remote-proxies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/remote-proxies.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/rpc-calls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/rpc-calls.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/spawn-chains/.nav.yml: -------------------------------------------------------------------------------- 1 | title: Spawn Chains for Testing 2 | nav: 3 | - index.md 4 | - zombienet 5 | -------------------------------------------------------------------------------- /develop/toolkit/parachains/spawn-chains/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/spawn-chains/index.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/spawn-chains/zombienet/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/spawn-chains/zombienet/.nav.yml -------------------------------------------------------------------------------- /develop/toolkit/parachains/spawn-chains/zombienet/get-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/spawn-chains/zombienet/get-started.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/spawn-chains/zombienet/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/spawn-chains/zombienet/index.md -------------------------------------------------------------------------------- /develop/toolkit/parachains/spawn-chains/zombienet/write-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/develop/toolkit/parachains/spawn-chains/zombienet/write-tests.md -------------------------------------------------------------------------------- /get-support/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/get-support/.nav.yml -------------------------------------------------------------------------------- /get-support/ai-ready-docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/get-support/ai-ready-docs.md -------------------------------------------------------------------------------- /get-support/explore-resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/get-support/explore-resources.md -------------------------------------------------------------------------------- /get-support/get-in-touch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/get-support/get-in-touch.md -------------------------------------------------------------------------------- /get-support/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/get-support/index.md -------------------------------------------------------------------------------- /images/README.md: -------------------------------------------------------------------------------- 1 | # Images 2 | 3 | TODO 4 | -------------------------------------------------------------------------------- /images/contributing/vale-output-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/contributing/vale-output-01.webp -------------------------------------------------------------------------------- /images/develop/interoperability/intro-to-xcm/intro-to-xcm-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/interoperability/intro-to-xcm/intro-to-xcm-01.webp -------------------------------------------------------------------------------- /images/develop/interoperability/xcm-channels/xcm-channels-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/interoperability/xcm-channels/xcm-channels-1.webp -------------------------------------------------------------------------------- /images/develop/interoperability/xcm-channels/xcm-channels-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/interoperability/xcm-channels/xcm-channels-2.webp -------------------------------------------------------------------------------- /images/develop/parachains/customize-parachain/overview/frame-overview-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/parachains/customize-parachain/overview/frame-overview-1.webp -------------------------------------------------------------------------------- /images/develop/parachains/customize-parachain/overview/frame-overview-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/parachains/customize-parachain/overview/frame-overview-2.webp -------------------------------------------------------------------------------- /images/develop/parachains/deployment/coretime-renewal/coretime-renewal-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/parachains/deployment/coretime-renewal/coretime-renewal-1.webp -------------------------------------------------------------------------------- /images/develop/parachains/deployment/coretime-renewal/coretime-renewal-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/parachains/deployment/coretime-renewal/coretime-renewal-2.webp -------------------------------------------------------------------------------- /images/develop/parachains/deployment/coretime-renewal/coretime-renewal-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/parachains/deployment/coretime-renewal/coretime-renewal-3.webp -------------------------------------------------------------------------------- /images/develop/parachains/deployment/coretime-renewal/coretime-renewal-4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/parachains/deployment/coretime-renewal/coretime-renewal-4.webp -------------------------------------------------------------------------------- /images/develop/parachains/deployment/coretime-renewal/coretime-renewal-5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/parachains/deployment/coretime-renewal/coretime-renewal-5.webp -------------------------------------------------------------------------------- /images/develop/parachains/deployment/coretime-renewal/coretime-renewal-6.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/parachains/deployment/coretime-renewal/coretime-renewal-6.webp -------------------------------------------------------------------------------- /images/develop/parachains/deployment/coretime-renewal/coretime-renewal-7.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/parachains/deployment/coretime-renewal/coretime-renewal-7.webp -------------------------------------------------------------------------------- /images/develop/parachains/intro-polkadot-sdk/intro-polkadot-sdk-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/parachains/intro-polkadot-sdk/intro-polkadot-sdk-1.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/block-explorers/block-explorers-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/block-explorers/block-explorers-1.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/block-explorers/block-explorers-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/block-explorers/block-explorers-2.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/block-explorers/block-explorers-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/block-explorers/block-explorers-3.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/connect-to-polkadot/connect-to-polkadot-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/connect-to-polkadot/connect-to-polkadot-1.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/connect-to-polkadot/connect-to-polkadot-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/connect-to-polkadot/connect-to-polkadot-2.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/parachain-contracts/mb-tech-diagram.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/parachain-contracts/mb-tech-diagram.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/subwallet-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/subwallet-01.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/subwallet-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/subwallet-02.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/subwallet-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/subwallet-03.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/subwallet-04.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/subwallet-04.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/subwallet-PAS.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/subwallet-PAS.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/wallets-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/wallets-1.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/wallets-10.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/wallets-10.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/wallets-11.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/wallets-11.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/wallets-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/wallets-2.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/wallets-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/wallets-3.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/wallets-4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/wallets-4.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/wallets-5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/wallets-5.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/wallets-6.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/wallets-6.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/wallets-7.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/wallets-7.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/wallets-8.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/wallets-8.webp -------------------------------------------------------------------------------- /images/develop/smart-contracts/wallets/wallets-9.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/smart-contracts/wallets/wallets-9.webp -------------------------------------------------------------------------------- /images/develop/toolkit/parachains/quickstart/call-chain.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/toolkit/parachains/quickstart/call-chain.gif -------------------------------------------------------------------------------- /images/develop/toolkit/parachains/quickstart/pop-new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/toolkit/parachains/quickstart/pop-new.gif -------------------------------------------------------------------------------- /images/develop/toolkit/parachains/rpc-calls/rpc-calls-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/toolkit/parachains/rpc-calls/rpc-calls-01.webp -------------------------------------------------------------------------------- /images/develop/toolkit/parachains/rpc-calls/rpc-calls-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/toolkit/parachains/rpc-calls/rpc-calls-02.webp -------------------------------------------------------------------------------- /images/develop/toolkit/parachains/rpc-calls/rpc-calls-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/toolkit/parachains/rpc-calls/rpc-calls-03.webp -------------------------------------------------------------------------------- /images/develop/toolkit/parachains/rpc-calls/rpc-calls-04.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/toolkit/parachains/rpc-calls/rpc-calls-04.webp -------------------------------------------------------------------------------- /images/develop/toolkit/parachains/rpc-calls/rpc-calls-05.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/develop/toolkit/parachains/rpc-calls/rpc-calls-05.webp -------------------------------------------------------------------------------- /images/polkadot-protocol/architecture/polkadot-chain/overview/overview-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/polkadot-protocol/architecture/polkadot-chain/overview/overview-1.webp -------------------------------------------------------------------------------- /images/polkadot-protocol/onchan-governance/delegation-locks-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/polkadot-protocol/onchan-governance/delegation-locks-1.webp -------------------------------------------------------------------------------- /images/polkadot-protocol/onchan-governance/delegation-locks-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/polkadot-protocol/onchan-governance/delegation-locks-2.webp -------------------------------------------------------------------------------- /images/polkadot-protocol/onchan-governance/opengov-curves-pass.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/polkadot-protocol/onchan-governance/opengov-curves-pass.webp -------------------------------------------------------------------------------- /images/polkadot-protocol/onchan-governance/opengov-structure.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/polkadot-protocol/onchan-governance/opengov-structure.webp -------------------------------------------------------------------------------- /images/polkadot-protocol/onchan-governance/opengov-timeline.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/polkadot-protocol/onchan-governance/opengov-timeline.webp -------------------------------------------------------------------------------- /images/polkadot-protocol/onchan-governance/opengov-track-capacityt.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/polkadot-protocol/onchan-governance/opengov-track-capacityt.webp -------------------------------------------------------------------------------- /images/polkadot-protocol/onchan-governance/voting-locks-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/polkadot-protocol/onchan-governance/voting-locks-2.webp -------------------------------------------------------------------------------- /images/polkadot-protocol/onchan-governance/voting-locks.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/polkadot-protocol/onchan-governance/voting-locks.webp -------------------------------------------------------------------------------- /images/polkadot-protocol/parachain-basics/accounts/locks-example-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/polkadot-protocol/parachain-basics/accounts/locks-example-2.webp -------------------------------------------------------------------------------- /images/tutorials/dapps/remark-tutorial/papi-console.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/dapps/remark-tutorial/papi-console.webp -------------------------------------------------------------------------------- /images/tutorials/interoperability/xcm-channels/hrmp-channels-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/interoperability/xcm-channels/hrmp-channels-1.webp -------------------------------------------------------------------------------- /images/tutorials/interoperability/xcm-channels/hrmp-channels-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/interoperability/xcm-channels/hrmp-channels-2.webp -------------------------------------------------------------------------------- /images/tutorials/polkadot-sdk/testing/fork-live-chains/chopsticks-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/polkadot-sdk/testing/fork-live-chains/chopsticks-1.webp -------------------------------------------------------------------------------- /images/tutorials/polkadot-sdk/testing/fork-live-chains/chopsticks-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/polkadot-sdk/testing/fork-live-chains/chopsticks-2.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-1.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-10.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-10.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-11.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-11.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-12.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-12.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-13.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-13.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-14.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-14.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-2.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-3.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-4.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-5.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-6.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-6.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-7.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-7.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-8.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-8.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-9.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-9.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-1.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-10.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-10.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-11.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-11.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-12.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-12.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-13.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-13.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-14.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-14.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-2.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-3.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-4.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-5.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-6.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-6.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-7.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-7.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-8.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-8.webp -------------------------------------------------------------------------------- /images/tutorials/smart-contracts/deploy-nft/deploy-nft-9.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/images/tutorials/smart-contracts/deploy-nft/deploy-nft-9.webp -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/index.md -------------------------------------------------------------------------------- /infrastructure/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/.nav.yml -------------------------------------------------------------------------------- /infrastructure/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/index.md -------------------------------------------------------------------------------- /infrastructure/running-a-node/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-node/.nav.yml -------------------------------------------------------------------------------- /infrastructure/running-a-node/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-node/index.md -------------------------------------------------------------------------------- /infrastructure/running-a-node/setup-bootnode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-node/setup-bootnode.md -------------------------------------------------------------------------------- /infrastructure/running-a-node/setup-full-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-node/setup-full-node.md -------------------------------------------------------------------------------- /infrastructure/running-a-node/setup-secure-wss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-node/setup-secure-wss.md -------------------------------------------------------------------------------- /infrastructure/running-a-validator/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-validator/.nav.yml -------------------------------------------------------------------------------- /infrastructure/running-a-validator/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-validator/index.md -------------------------------------------------------------------------------- /infrastructure/running-a-validator/onboarding-and-offboarding/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-validator/onboarding-and-offboarding/.nav.yml -------------------------------------------------------------------------------- /infrastructure/running-a-validator/onboarding-and-offboarding/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-validator/onboarding-and-offboarding/index.md -------------------------------------------------------------------------------- /infrastructure/running-a-validator/operational-tasks/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-validator/operational-tasks/.nav.yml -------------------------------------------------------------------------------- /infrastructure/running-a-validator/operational-tasks/general-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-validator/operational-tasks/general-management.md -------------------------------------------------------------------------------- /infrastructure/running-a-validator/operational-tasks/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-validator/operational-tasks/index.md -------------------------------------------------------------------------------- /infrastructure/running-a-validator/operational-tasks/pause-validating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-validator/operational-tasks/pause-validating.md -------------------------------------------------------------------------------- /infrastructure/running-a-validator/operational-tasks/upgrade-your-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-validator/operational-tasks/upgrade-your-node.md -------------------------------------------------------------------------------- /infrastructure/running-a-validator/requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/running-a-validator/requirements.md -------------------------------------------------------------------------------- /infrastructure/staking-mechanics/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/staking-mechanics/.nav.yml -------------------------------------------------------------------------------- /infrastructure/staking-mechanics/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/staking-mechanics/index.md -------------------------------------------------------------------------------- /infrastructure/staking-mechanics/offenses-and-slashes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/staking-mechanics/offenses-and-slashes.md -------------------------------------------------------------------------------- /infrastructure/staking-mechanics/rewards-payout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/infrastructure/staking-mechanics/rewards-payout.md -------------------------------------------------------------------------------- /js/connect-to-metamask.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/js/connect-to-metamask.js -------------------------------------------------------------------------------- /js/copy-to-llm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/js/copy-to-llm.js -------------------------------------------------------------------------------- /js/error-modal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/js/error-modal.js -------------------------------------------------------------------------------- /js/fix-created-date.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/js/fix-created-date.js -------------------------------------------------------------------------------- /js/header-scroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/js/header-scroll.js -------------------------------------------------------------------------------- /js/root-level-sections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/js/root-level-sections.js -------------------------------------------------------------------------------- /js/search-bar-results.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/js/search-bar-results.js -------------------------------------------------------------------------------- /llms-full.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/llms-full.jsonl -------------------------------------------------------------------------------- /llms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/llms.txt -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/package.json -------------------------------------------------------------------------------- /polkadot-protocol/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/.nav.yml -------------------------------------------------------------------------------- /polkadot-protocol/architecture/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/.nav.yml -------------------------------------------------------------------------------- /polkadot-protocol/architecture/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/index.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/parachains/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/parachains/.nav.yml -------------------------------------------------------------------------------- /polkadot-protocol/architecture/parachains/consensus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/parachains/consensus.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/parachains/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/parachains/index.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/parachains/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/parachains/overview.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/polkadot-chain/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/polkadot-chain/.nav.yml -------------------------------------------------------------------------------- /polkadot-protocol/architecture/polkadot-chain/agile-coretime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/polkadot-chain/agile-coretime.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/polkadot-chain/elastic-scaling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/polkadot-chain/elastic-scaling.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/polkadot-chain/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/polkadot-chain/index.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/polkadot-chain/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/polkadot-chain/overview.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/polkadot-chain/pos-consensus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/polkadot-chain/pos-consensus.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/system-chains/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/system-chains/.nav.yml -------------------------------------------------------------------------------- /polkadot-protocol/architecture/system-chains/asset-hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/system-chains/asset-hub.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/system-chains/bridge-hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/system-chains/bridge-hub.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/system-chains/collectives.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/system-chains/collectives.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/system-chains/coretime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/system-chains/coretime.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/system-chains/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/system-chains/index.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/system-chains/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/system-chains/overview.md -------------------------------------------------------------------------------- /polkadot-protocol/architecture/system-chains/people.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/architecture/system-chains/people.md -------------------------------------------------------------------------------- /polkadot-protocol/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/glossary.md -------------------------------------------------------------------------------- /polkadot-protocol/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/index.md -------------------------------------------------------------------------------- /polkadot-protocol/onchain-governance/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/onchain-governance/.nav.yml -------------------------------------------------------------------------------- /polkadot-protocol/onchain-governance/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/onchain-governance/index.md -------------------------------------------------------------------------------- /polkadot-protocol/onchain-governance/origins-tracks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/onchain-governance/origins-tracks.md -------------------------------------------------------------------------------- /polkadot-protocol/onchain-governance/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/onchain-governance/overview.md -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/.nav.yml -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/accounts.md -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/blocks-transactions-fees/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/blocks-transactions-fees/.nav.yml -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/blocks-transactions-fees/blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/blocks-transactions-fees/blocks.md -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/blocks-transactions-fees/fees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/blocks-transactions-fees/fees.md -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/blocks-transactions-fees/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/blocks-transactions-fees/index.md -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/blocks-transactions-fees/transactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/blocks-transactions-fees/transactions.md -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/chain-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/chain-data.md -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/cryptography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/cryptography.md -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/data-encoding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/data-encoding.md -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/index.md -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/interoperability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/interoperability.md -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/networks.md -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/node-and-runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/node-and-runtime.md -------------------------------------------------------------------------------- /polkadot-protocol/parachain-basics/randomness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/parachain-basics/randomness.md -------------------------------------------------------------------------------- /polkadot-protocol/smart-contract-basics/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/smart-contract-basics/.nav.yml -------------------------------------------------------------------------------- /polkadot-protocol/smart-contract-basics/accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/smart-contract-basics/accounts.md -------------------------------------------------------------------------------- /polkadot-protocol/smart-contract-basics/blocks-transactions-fees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/smart-contract-basics/blocks-transactions-fees.md -------------------------------------------------------------------------------- /polkadot-protocol/smart-contract-basics/evm-vs-polkavm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/smart-contract-basics/evm-vs-polkavm.md -------------------------------------------------------------------------------- /polkadot-protocol/smart-contract-basics/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/smart-contract-basics/index.md -------------------------------------------------------------------------------- /polkadot-protocol/smart-contract-basics/networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/smart-contract-basics/networks.md -------------------------------------------------------------------------------- /polkadot-protocol/smart-contract-basics/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/smart-contract-basics/overview.md -------------------------------------------------------------------------------- /polkadot-protocol/smart-contract-basics/polkavm-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/polkadot-protocol/smart-contract-basics/polkavm-design.md -------------------------------------------------------------------------------- /privacy-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/privacy-policy.md -------------------------------------------------------------------------------- /scripts/generate_ai_pages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/scripts/generate_ai_pages.py -------------------------------------------------------------------------------- /scripts/generate_category_bundles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/scripts/generate_category_bundles.py -------------------------------------------------------------------------------- /scripts/generate_llms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/scripts/generate_llms.py -------------------------------------------------------------------------------- /scripts/generate_llms_txt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/scripts/generate_llms_txt.py -------------------------------------------------------------------------------- /scripts/generate_site_index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/scripts/generate_site_index.py -------------------------------------------------------------------------------- /scripts/llms_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/scripts/llms_config.json -------------------------------------------------------------------------------- /terms-of-use.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/terms-of-use.md -------------------------------------------------------------------------------- /tutorials/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/.nav.yml -------------------------------------------------------------------------------- /tutorials/dapps/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/dapps/.nav.yml -------------------------------------------------------------------------------- /tutorials/dapps/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/dapps/index.md -------------------------------------------------------------------------------- /tutorials/dapps/remark-tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/dapps/remark-tutorial.md -------------------------------------------------------------------------------- /tutorials/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/index.md -------------------------------------------------------------------------------- /tutorials/interoperability/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/interoperability/.nav.yml -------------------------------------------------------------------------------- /tutorials/interoperability/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/interoperability/index.md -------------------------------------------------------------------------------- /tutorials/interoperability/replay-and-dry-run-xcms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/interoperability/replay-and-dry-run-xcms.md -------------------------------------------------------------------------------- /tutorials/interoperability/xcm-channels/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/interoperability/xcm-channels/.nav.yml -------------------------------------------------------------------------------- /tutorials/interoperability/xcm-channels/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/interoperability/xcm-channels/index.md -------------------------------------------------------------------------------- /tutorials/interoperability/xcm-channels/para-to-para.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/interoperability/xcm-channels/para-to-para.md -------------------------------------------------------------------------------- /tutorials/interoperability/xcm-channels/para-to-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/interoperability/xcm-channels/para-to-system.md -------------------------------------------------------------------------------- /tutorials/interoperability/xcm-fee-estimation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/interoperability/xcm-fee-estimation.md -------------------------------------------------------------------------------- /tutorials/interoperability/xcm-transfers/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/interoperability/xcm-transfers/.nav.yml -------------------------------------------------------------------------------- /tutorials/interoperability/xcm-transfers/from-relaychain-to-parachain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/interoperability/xcm-transfers/from-relaychain-to-parachain.md -------------------------------------------------------------------------------- /tutorials/interoperability/xcm-transfers/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/interoperability/xcm-transfers/index.md -------------------------------------------------------------------------------- /tutorials/onchain-governance/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/onchain-governance/.nav.yml -------------------------------------------------------------------------------- /tutorials/onchain-governance/fast-track-gov-proposal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/onchain-governance/fast-track-gov-proposal.md -------------------------------------------------------------------------------- /tutorials/onchain-governance/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/onchain-governance/index.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/.nav.yml -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/index.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/parachains/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/parachains/.nav.yml -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/parachains/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/parachains/index.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/parachains/zero-to-hero/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/parachains/zero-to-hero/.nav.yml -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/parachains/zero-to-hero/build-custom-pallet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/parachains/zero-to-hero/build-custom-pallet.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/parachains/zero-to-hero/deploy-to-testnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/parachains/zero-to-hero/deploy-to-testnet.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/parachains/zero-to-hero/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/parachains/zero-to-hero/index.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/parachains/zero-to-hero/obtain-coretime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/parachains/zero-to-hero/obtain-coretime.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-benchmarking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-benchmarking.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-unit-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-unit-testing.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/parachains/zero-to-hero/runtime-upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/parachains/zero-to-hero/runtime-upgrade.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/system-chains/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/system-chains/.nav.yml -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/system-chains/asset-hub/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/system-chains/asset-hub/.nav.yml -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/system-chains/asset-hub/asset-conversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/system-chains/asset-hub/asset-conversion.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/system-chains/asset-hub/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/system-chains/asset-hub/index.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/system-chains/asset-hub/register-foreign-asset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/system-chains/asset-hub/register-foreign-asset.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/system-chains/asset-hub/register-local-asset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/system-chains/asset-hub/register-local-asset.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/system-chains/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/system-chains/index.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/testing/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/testing/.nav.yml -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/testing/fork-live-chains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/testing/fork-live-chains.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/testing/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/testing/index.md -------------------------------------------------------------------------------- /tutorials/polkadot-sdk/testing/spawn-basic-chain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/polkadot-sdk/testing/spawn-basic-chain.md -------------------------------------------------------------------------------- /tutorials/smart-contracts/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/smart-contracts/.nav.yml -------------------------------------------------------------------------------- /tutorials/smart-contracts/demo-aplications/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/smart-contracts/demo-aplications/.nav.yml -------------------------------------------------------------------------------- /tutorials/smart-contracts/demo-aplications/deploying-uniswap-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/smart-contracts/demo-aplications/deploying-uniswap-v2.md -------------------------------------------------------------------------------- /tutorials/smart-contracts/demo-aplications/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/smart-contracts/demo-aplications/index.md -------------------------------------------------------------------------------- /tutorials/smart-contracts/deploy-erc20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/smart-contracts/deploy-erc20.md -------------------------------------------------------------------------------- /tutorials/smart-contracts/deploy-nft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/smart-contracts/deploy-nft.md -------------------------------------------------------------------------------- /tutorials/smart-contracts/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/smart-contracts/index.md -------------------------------------------------------------------------------- /tutorials/smart-contracts/launch-your-first-project/.nav.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/smart-contracts/launch-your-first-project/.nav.yml -------------------------------------------------------------------------------- /tutorials/smart-contracts/launch-your-first-project/create-contracts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/smart-contracts/launch-your-first-project/create-contracts.md -------------------------------------------------------------------------------- /tutorials/smart-contracts/launch-your-first-project/create-dapp-ethers-js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/smart-contracts/launch-your-first-project/create-dapp-ethers-js.md -------------------------------------------------------------------------------- /tutorials/smart-contracts/launch-your-first-project/create-dapp-viem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/smart-contracts/launch-your-first-project/create-dapp-viem.md -------------------------------------------------------------------------------- /tutorials/smart-contracts/launch-your-first-project/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/tutorials/smart-contracts/launch-your-first-project/index.md -------------------------------------------------------------------------------- /variables.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/HEAD/variables.yml --------------------------------------------------------------------------------