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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .ai/categories/smart-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6129,8 +6129,6 @@ Page Title: Local Development Node

# Local Development Node

!!! smartcontract "PolkaVM Preview Release"
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
## Introduction

A local development node provides an isolated blockchain environment where you can deploy, test, and debug smart contracts without incurring network fees or waiting for block confirmations. This guide demonstrates how to set up a local Polkadot SDK-based node with smart contract capabilities.
Expand All @@ -6153,7 +6151,6 @@ The Polkadot SDK repository contains both the [Revive Dev node](https://github.c
```bash
git clone https://github.com/paritytech/polkadot-sdk.git
cd polkadot-sdk
git checkout 8e2b6f742a38bb13688e12abacded0aab2dbbb23
```

Next, you need to compile the two essential components for your development environment. The Substrate node provides the core blockchain runtime with smart contract support, while the ETH-RPC adapter enables Ethereum JSON-RPC compatibility for existing tooling:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ url: https://docs.polkadot.com/smart-contracts/dev-environments/local-dev-node/

# Local Development Node

!!! smartcontract "PolkaVM Preview Release"
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
## Introduction

A local development node provides an isolated blockchain environment where you can deploy, test, and debug smart contracts without incurring network fees or waiting for block confirmations. This guide demonstrates how to set up a local Polkadot SDK-based node with smart contract capabilities.
Expand All @@ -31,7 +29,6 @@ The Polkadot SDK repository contains both the [Revive Dev node](https://github.c
```bash
git clone https://github.com/paritytech/polkadot-sdk.git
cd polkadot-sdk
git checkout 8e2b6f742a38bb13688e12abacded0aab2dbbb23
```

Next, you need to compile the two essential components for your development environment. The Substrate node provides the core blockchain runtime with smart contract support, while the ETH-RPC adapter enables Ethereum JSON-RPC compatibility for existing tooling:
Expand Down
10 changes: 5 additions & 5 deletions .ai/site-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7485,7 +7485,7 @@
],
"raw_md_url": "https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/master/.ai/pages/smart-contracts-dev-environments-local-dev-node.md",
"html_url": "https://docs.polkadot.com/smart-contracts/dev-environments/local-dev-node/",
"preview": "!!! smartcontract \"PolkaVM Preview Release\" PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**. ## Introduction",
"preview": "A local development node provides an isolated blockchain environment where you can deploy, test, and debug smart contracts without incurring network fees or waiting for block confirmations. This guide demonstrates how to set up a local Polkadot SDK-based node with smart contract capabilities.",
"outline": [
{
"depth": 2,
Expand All @@ -7509,12 +7509,12 @@
}
],
"stats": {
"chars": 9052,
"words": 1431,
"chars": 8828,
"words": 1407,
"headings": 4,
"estimated_token_count_total": 2428
"estimated_token_count_total": 2425
},
"hash": "sha256:8ea9865b49c4d7cea7eed22c66c1c9616d3da837ba7c9047abfc7c0396441aab",
"hash": "sha256:fd7f2422843d69ed5cf0268ff05044330087f6e9a2a6f93cef7d3d526fb5d8d4",
"token_estimator": "heuristic-v1"
},
{
Expand Down
Loading
Loading