docs.polkadot.com Open in urlscan Pro
18.245.60.26  Public Scan

URL: https://docs.polkadot.com/
Submission: On December 17 via api from US — Scanned from PL

Form analysis 2 forms found in the DOM

Name: search

<form class="md-search__form" name="search">
  <input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Type to start searching" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required="">
  <label class="md-search__icon md-icon" for="__search">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"></path>
    </svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"></path>
    </svg>
  </label>
  <nav class="md-search__options" aria-label="Search">
    <button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
        <path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z"></path>
      </svg>
    </button>
  </nav>
</form>

Name: consent

<form class="md-consent__form md-grid md-typeset" name="consent">
  <h4>Cookie Consent</h4>
  <p>We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation. By consenting to the use of cookies, you help us improve the site. Review the
    <a href="http://docs.polkadot.com/cookie-policy/" target="_blank" rel="noopener">cookie policy</a> for more information. </p>
  <input class="md-toggle" type="checkbox" id="__settings">
  <div class="md-consent__settings">
    <ul class="task-list">
      <li class="task-list-item">
        <label class="task-list-control">
          <input type="checkbox" name="analytics" checked="">
          <span class="task-list-indicator"></span> Google Analytics </label>
      </li>
    </ul>
  </div>
  <div class="md-consent__controls">
    <button class="md-button md-button--primary">Accept</button>
    <label class="md-button" for="__settings">Manage settings</label>
  </div>
</form>

Text Content

 * Develop
   * Networks
   * Parachains
   * Smart Contracts
   * Interoperability
   * Toolkit
 * Infrastructure
   * Running a Node
   * Running a Validator
   * Staking Mechanics
 * Polkadot Protocol
   * Architecture
   * Basics
   * On-Chain Governance
   * Glossary
 * Tutorials
   * Polkadot SDK Chains
   * Interoperability

Type to start searching
 * Home
 * Develop
   Develop
    * Networks
    * Parachains
      Parachains
       * Introduction to Polkadot SDK
       * Install Polkadot SDK Dependencies
       * Customize Your Parachain
         Customize Your Parachain
          * Overview (FRAME)
          * Add Existing Pallets
          * Add Smart Contract Functionality
          * Make a Custom Pallet
      
       * Testing
         Testing
          * Mock Runtime
          * Pallet Testing
          * Benchmarking
      
       * Deployment
         Deployment
          * Build a Deterministic Runtime
          * Generate Chain Specs
          * Obtain Coretime
      
       * Maintenance
         Maintenance
          * Runtime Upgrades
          * Storage Migrations
          * Runtime Metrics and Monitoring
   
    * Smart Contracts
      Smart Contracts
       * Overview
       * Wasm (ink!)
       * EVM
         EVM
          * Parachain Contracts
   
    * Interoperability
      Interoperability
       * Introduction to XCM
       * XCM Channels
       * XCM Configuration
       * Send Messages
       * Test and Debug
   
    * Toolkit
      Toolkit
       * Parachains
         Parachains
          * Spawn Chains for Testing
            Spawn Chains for Testing
             * Zombienet
               Zombienet
                * Get Started
                * Write Tests
         
          * Fork Chains for Testing
            Fork Chains for Testing
             * Chopsticks
               Chopsticks
                * Get Started
      
       * API Libraries
         API Libraries
          * Polkadot.js API
          * Polkadot-API
          * Sidecar Rest API
          * Python Substrate Interface
      
       * Integrations
         Integrations
          * Wallets
          * Indexers
          * Oracles
      
       * Interoperability
         Interoperability
          * XCM Tools
          * Asset Transfer API
            Asset Transfer API
             * Get Started
             * API Reference

 * Infrastructure
   Infrastructure
    * Running a Node
      Running a Node
       * Set Up a Full Node
       * Set Up a Bootnode
   
    * Running a Validator
      Running a Validator
       * Requirements
       * Onboarding and Offboarding
         Onboarding and Offboarding
          * Set Up a Validator
          * Stop Validating
      
       * Operational Tasks
         Operational Tasks
          * General Management
          * Upgrade Your Node
          * Pause Validating
   
    * Staking Mechanics
      Staking Mechanics
       * Rewards Payout
       * Offenses and Slashes

 * Polkadot Protocol
   Polkadot Protocol
    * Architecture
      Architecture
       * Polkadot Chain
         Polkadot Chain
          * Overview
          * Proof of Stake Consensus
          * Agile Coretime
      
       * System Chains
         System Chains
          * Overview
          * Asset Hub
          * Bridge Hub
          * Coretime
      
       * Parachains
         Parachains
          * Overview
          * Consensus
   
    * Basics
      Basics
       * Networks
       * Accounts
       * Blocks, Transactions, and Fees
         Blocks, Transactions, and Fees
          * Blocks
          * Transactions
          * Fees
      
       * Interoperability
       * Randomness
       * Cryptography
       * Data Encoding
       * Chain Data
   
    * On-Chain Governance
      On-Chain Governance
       * Overview
       * Origins and Tracks
   
    * Glossary

 * Tutorials
   Tutorials
    * Polkadot SDK Chains
      Polkadot SDK Chains
       * Parachains
         Parachains
          * Zero to Hero
            Zero to Hero
             * Set Up a Template
             * Build a Custom Pallet
             * Pallet Unit Testing
             * Add Pallets to the Runtime
             * Deploy to Paseo TestNet
             * Obtain Coretime
      
       * System Chains
         System Chains
          * Asset Hub
            Asset Hub
             * Register a Local Asset
             * Register a Foreign Asset
             * Convert Assets
      
       * Testing
         Testing
          * Spawn a Basic Chain with Zombienet
          * Fork a Chain with Chopsticks
   
    * Interoperability
      Interoperability
       * XCM Channels
         XCM Channels
          * Opening HRMP Channels Between Parachains
          * Opening HRMP Channels with System Parachains
      
       * XCM Transfers
         XCM Transfers
          * From Relay Chain to Parachain




POLKADOT DOCUMENTATION

Your launchpad for all things Polkadot—access tools, guides, and resources to
quickly start building custom chains, deploying smart contracts, and creating
dApps.

Start building Join the community


❶ CREATE A CHAIN IN MINUTES

Fast-track your development with a preconfigured blockchain template.


❷ CUSTOMIZE YOUR BUSINESS LOGIC

Design and tailor your blockchain's functionality to fit your needs.


❸ DEPLOY YOUR CHAIN TO POLKADOT

Launch your blockchain on Polkadot's secure and scalable platform.


YOUR COMPLETE GUIDE TO BUILDING ON POLKADOT

Polkadot's enhanced developer docs provide all the guidance and resources you
need to launch and scale your projects within the Polkadot ecosystem.


START BUILDING BLOCKCHAINS

Kickstart your journey by learning how to get started with the Polkadot SDK to
build and deploy custom blockchains.




DEVELOP SMART CONTRACTS

Unlock the power of smart contracts on Polkadot, whether you're leveraging Wasm
or working in an EVM environment.




EXPLORE ARCHITECTURE

Discover Polkadot's network structure and how it ensures security, scalability,
and interoperability across chains.




TURN IDEAS INTO REALITY

Get the funding you need to take your blockchain project to the next level with
Polkadot's grants program.

Discover grants


ELEVATE YOUR BLOCKCHAIN SKILLS

Join the Polkadot Blockchain Academy to grow your Web3 expertise, with programs
designed for all skill levels.

Explore programs
Back to top
Next
Develop

© 2024
Terms of Use Privacy Policy Cookie Policy



COOKIE CONSENT

We use cookies to recognize your repeated visits and preferences, as well as to
measure the effectiveness of our documentation. By consenting to the use of
cookies, you help us improve the site. Review the cookie policy for more
information.

 * Google Analytics

Accept Manage settings