Skip to content

Commit aead7da

Browse files
committed
Remove outdated warning reference from local development node documentation
1 parent d579619 commit aead7da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

smart-contracts/dev-environments/local-dev-node.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ categories: Smart Contracts
66

77
# Local Development Node
88

9-
--8<-- 'text/smart-contracts/polkaVM-warning.md'
10-
119
## Introduction
1210

1311
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.
@@ -30,7 +28,6 @@ The Polkadot SDK repository contains both the [Revive Dev node](https://github.c
3028
```bash
3129
git clone https://github.com/paritytech/polkadot-sdk.git
3230
cd polkadot-sdk
33-
git checkout {{dependencies.repositories.polkadot_sdk_contracts_node.commit_dev_node}}
3431
```
3532

3633
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:

0 commit comments

Comments
 (0)