You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llms.txt
+36-36Lines changed: 36 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -6812,7 +6812,7 @@ description: Access PolkaVM explorers like Subscan, BlockScout, and Routescan to
6812
6812
6813
6813
# Block Explorers
6814
6814
6815
-
!!! smartcontract "PolkaVM Alpha Release"
6815
+
!!! smartcontract "PolkaVM Preview Release"
6816
6816
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
6817
6817
6818
6818
## Introduction
@@ -6868,7 +6868,7 @@ description: Explore how to connect to Polkadot Hub, configure your wallet, and
6868
6868
6869
6869
# Connect to Polkadot
6870
6870
6871
-
!!! smartcontract "PolkaVM Alpha Release"
6871
+
!!! smartcontract "PolkaVM Preview Release"
6872
6872
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
6873
6873
6874
6874
<div class="button-wrapper">
@@ -7476,7 +7476,7 @@ description: Learn how to create, compile, test, and deploy smart contracts on P
7476
7476
7477
7477
# Hardhat
7478
7478
7479
-
!!! smartcontract "PolkaVM Alpha Release"
7479
+
!!! smartcontract "PolkaVM Preview Release"
7480
7480
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
7481
7481
7482
7482
<div class="grid cards" markdown>
@@ -7910,7 +7910,7 @@ template: index-page.html
7910
7910
7911
7911
# Dev Environments
7912
7912
7913
-
!!! smartcontract "PolkaVM Alpha Release"
7913
+
!!! smartcontract "PolkaVM Preview Release"
7914
7914
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
7915
7915
7916
7916
Explore the tools and frameworks available for building and testing smart contracts on the Polkadot network. These environments streamline the development process, from writing and compiling to testing and deploying smart contracts. The guides in this section will help you evaluate each tool's strengths, making it easier to choose the best fit for your project based on complexity, team expertise, and specific requirements.
@@ -7938,7 +7938,7 @@ description: Explore the smart contract development and deployment process on As
7938
7938
7939
7939
# Remix IDE
7940
7940
7941
-
!!! smartcontract "PolkaVM Alpha Release"
7941
+
!!! smartcontract "PolkaVM Preview Release"
7942
7942
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
7943
7943
7944
7944
<div class="grid cards" markdown>
@@ -8127,7 +8127,7 @@ description: Find answers to common questions about smart contract development,
8127
8127
8128
8128
# Smart Contracts FAQs
8129
8129
8130
-
!!! smartcontract "PolkaVM Alpha Release"
8130
+
!!! smartcontract "PolkaVM Preview Release"
8131
8131
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
8132
8132
8133
8133
!!! note
@@ -8288,7 +8288,7 @@ template: index-page.html
8288
8288
8289
8289
# Smart Contracts
8290
8290
8291
-
!!! smartcontract "PolkaVM Alpha Release"
8291
+
!!! smartcontract "PolkaVM Preview Release"
8292
8292
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
8293
8293
8294
8294
Polkadot allows scalable execution of smart contracts, offering cross-chain compatibility and lower fees than legacy L1 platforms. Polkadot provides developers with flexibility in building smart contracts, supporting both Solidity contracts executed by the [PolkaVM](/polkadot-protocol/smart-contract-basics/polkavm-design#polkavm){target=\_blank} (a Polkadot-native virtual machine for programming languages that can be compiled down to RISC-V) and EVM (Ethereum Virtual Machine), as well as Wasm-based contracts using ink! (written in Rust).
@@ -8332,7 +8332,7 @@ description: JSON-RPC APIs guide for Polkadot Hub, covering supported methods, p
8332
8332
8333
8333
# JSON-RPC APIs
8334
8334
8335
-
!!! smartcontract "PolkaVM Alpha Release"
8335
+
!!! smartcontract "PolkaVM Preview Release"
8336
8336
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
8337
8337
8338
8338
## Introduction
@@ -9203,7 +9203,7 @@ description: Learn how to interact with Polkadot Hub using Ethers.js, from compi
9203
9203
9204
9204
# Ethers.js
9205
9205
9206
-
!!! smartcontract "PolkaVM Alpha Release"
9206
+
!!! smartcontract "PolkaVM Preview Release"
9207
9207
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
9208
9208
9209
9209
## Introduction
@@ -9803,7 +9803,7 @@ template: index-page.html
9803
9803
9804
9804
# Libraries
9805
9805
9806
-
!!! smartcontract "PolkaVM Alpha Release"
9806
+
!!! smartcontract "PolkaVM Preview Release"
9807
9807
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
9808
9808
9809
9809
Explore the key libraries for interacting with smart contracts on Polkadot-based networks. These libraries simplify contract calls, event listening, and transaction handling.
@@ -9839,7 +9839,7 @@ description: This guide covers deploying and interacting with contracts on Polka
9839
9839
9840
9840
# viem
9841
9841
9842
-
!!! smartcontract "PolkaVM Alpha Release"
9842
+
!!! smartcontract "PolkaVM Preview Release"
9843
9843
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
9844
9844
9845
9845
## Introduction
@@ -10382,7 +10382,7 @@ description: Learn how to use Wagmi React Hooks to fetch and interact with smart
10382
10382
10383
10383
# Wagmi
10384
10384
10385
-
!!! smartcontract "PolkaVM Alpha Release"
10385
+
!!! smartcontract "PolkaVM Preview Release"
10386
10386
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
10387
10387
10388
10388
## Introduction
@@ -10817,7 +10817,7 @@ description: Learn how to interact with Polkadot Hub using Web3.js, deploying So
10817
10817
10818
10818
# Web3.js
10819
10819
10820
-
!!! smartcontract "PolkaVM Alpha Release"
10820
+
!!! smartcontract "PolkaVM Preview Release"
10821
10821
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
10822
10822
10823
10823
!!! warning
@@ -11242,7 +11242,7 @@ description: Learn how to interact with Polkadot Hub using the Web3 python libra
11242
11242
11243
11243
# Web3.py
11244
11244
11245
-
!!! smartcontract "PolkaVM Alpha Release"
11245
+
!!! smartcontract "PolkaVM Preview Release"
11246
11246
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
11247
11247
11248
11248
## Introduction
@@ -11578,7 +11578,7 @@ description: Follow this step-by-step guide to install a Substrate node and ETH-
11578
11578
11579
11579
# Local Development Node
11580
11580
11581
-
!!! smartcontract "PolkaVM Alpha Release"
11581
+
!!! smartcontract "PolkaVM Preview Release"
11582
11582
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
11583
11583
11584
11584
## Introduction
@@ -11715,7 +11715,7 @@ description: Learn about smart contract development capabilities in the Polkadot
11715
11715
11716
11716
# Smart Contracts on Polkadot
11717
11717
11718
-
!!! smartcontract "PolkaVM Alpha Release"
11718
+
!!! smartcontract "PolkaVM Preview Release"
11719
11719
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
11720
11720
11721
11721
## Introduction
@@ -11817,7 +11817,7 @@ description: Explores how Polkadot integrates precompiles to run essential funct
11817
11817
11818
11818
# Advanced Functionalities via Precompiles
11819
11819
11820
-
!!! smartcontract "PolkaVM Alpha Release"
11820
+
!!! smartcontract "PolkaVM Preview Release"
11821
11821
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
11822
11822
11823
11823
## Introduction
@@ -11884,7 +11884,7 @@ description: Learn how to interact with Polkadot Hub’s precompiles from Solidi
11884
11884
11885
11885
# Interact with Precompiles
11886
11886
11887
-
!!! smartcontract "PolkaVM Alpha Release"
11887
+
!!! smartcontract "PolkaVM Preview Release"
11888
11888
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
11889
11889
11890
11890
## Introduction
@@ -12346,7 +12346,7 @@ description: Comprehensive guide to connecting and managing wallets for Polkadot
12346
12346
12347
12347
# Wallets for Polkadot Hub
12348
12348
12349
-
!!! smartcontract "PolkaVM Alpha Release"
12349
+
!!! smartcontract "PolkaVM Preview Release"
12350
12350
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
24769
24769
24770
24770
## Introduction
@@ -25050,7 +25050,7 @@ template: index-page.html
25050
25050
25051
25051
# Smart Contract Basics
25052
25052
25053
-
!!! smartcontract "PolkaVM Alpha Release"
25053
+
!!! smartcontract "PolkaVM Preview Release"
25054
25054
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
25055
25055
25056
25056
Gain a deep understanding of smart contracts on Polkadot, from execution environments to transaction mechanics.
@@ -25081,7 +25081,7 @@ description: Explore the available networks for smart contract development on Po
25081
25081
25082
25082
# Networks
25083
25083
25084
-
!!! smartcontract "PolkaVM Alpha Release"
25084
+
!!! smartcontract "PolkaVM Preview Release"
25085
25085
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
25086
25086
25087
25087
## Introduction
@@ -25169,7 +25169,7 @@ description: Learn how developers can build smart contracts on Polkadot by lever
25169
25169
25170
25170
# An Overview of the Smart Contract Landscape on Polkadot
25171
25171
25172
-
!!! smartcontract "PolkaVM Alpha Release"
25172
+
!!! smartcontract "PolkaVM Preview Release"
25173
25173
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
25174
25174
25175
25175
## Introduction
@@ -25321,7 +25321,7 @@ description: Discover PolkaVM, a high-performance smart contract VM for Polkadot
25321
25321
25322
25322
# PolkaVM Design
25323
25323
25324
-
!!! smartcontract "PolkaVM Alpha Release"
25324
+
!!! smartcontract "PolkaVM Preview Release"
25325
25325
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
25326
25326
25327
25327
## Introduction
@@ -35690,7 +35690,7 @@ description: Learn how to deploy and test Uniswap V2 on Polkadot Hub using Hardh
35690
35690
35691
35691
# Deploy Uniswap V2
35692
35692
35693
-
!!! smartcontract "PolkaVM Alpha Release"
35693
+
!!! smartcontract "PolkaVM Preview Release"
35694
35694
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
35695
35695
35696
35696
## Introduction
@@ -35943,7 +35943,7 @@ template: index-page.html
35943
35943
35944
35944
# Demo Applications
35945
35945
35946
-
!!! smartcontract "PolkaVM Alpha Release"
35946
+
!!! smartcontract "PolkaVM Preview Release"
35947
35947
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
35948
35948
35949
35949
This section highlights demo applications that can be deployed to Polkadot Hub. These examples illustrate practical use cases and provide guidance for developers looking to launch and test applications within the Polkadot ecosystem.
@@ -35963,7 +35963,7 @@ tutorial_badge: Beginner
35963
35963
35964
35964
# Deploy an ERC-20 to Polkadot Hub
35965
35965
35966
-
!!! smartcontract "PolkaVM Alpha Release"
35966
+
!!! smartcontract "PolkaVM Preview Release"
35967
35967
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
35968
35968
35969
35969
## Introduction
@@ -36129,7 +36129,7 @@ tutorial_badge: Beginner
36129
36129
36130
36130
# Deploy an NFT to Polkadot Hub
36131
36131
36132
-
!!! smartcontract "PolkaVM Alpha Release"
36132
+
!!! smartcontract "PolkaVM Preview Release"
36133
36133
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
36134
36134
36135
36135
## Introduction
@@ -36294,7 +36294,7 @@ template: index-page.html
36294
36294
36295
36295
# Smart Contracts Tutorials
36296
36296
36297
-
!!! smartcontract "PolkaVM Alpha Release"
36297
+
!!! smartcontract "PolkaVM Preview Release"
36298
36298
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
36299
36299
36300
36300
Get started with deploying and interacting with smart contracts on Polkadot through practical, hands-on tutorials. Whether you're a beginner or an experienced developer, these guides will help you navigate the entire development lifecycle.
@@ -36330,7 +36330,7 @@ tutorial_badge: Beginner
36330
36330
36331
36331
# Create a Smart Contract
36332
36332
36333
-
!!! smartcontract "PolkaVM Alpha Release"
36333
+
!!! smartcontract "PolkaVM Preview Release"
36334
36334
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
37172
37172
37173
37173
Decentralized applications (dApps) are a key component of the Web3 ecosystem, enabling developers to build applications that communicate directly with blockchain networks. Polkadot Hub, a blockchain with smart contract support, serves as a robust platform for deploying and interacting with dApps.
@@ -37989,7 +37989,7 @@ template: index-page.html
37989
37989
37990
37990
# Launch Your First Smart Contract Project
37991
37991
37992
-
!!! smartcontract "PolkaVM Alpha Release"
37992
+
!!! smartcontract "PolkaVM Preview Release"
37993
37993
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
37994
37994
37995
37995
Kickstart your journey into smart contract development with this comprehensive guide. Learn how to create, deploy, and interact with contracts on Polkadot. Whether you're new to smart contracts or refining your skills, these guides provide a structured approach to launching your project.
0 commit comments