Skip to content

Commit 973a410

Browse files
nhussein11Copilot
andauthored
Update develop/smart-contracts/local-development-node.md
Co-authored-by: Copilot <[email protected]>
1 parent a4199f2 commit 973a410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/smart-contracts/local-development-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For debugging purposes or to monitor low-level operations, you can enable detail
6565
RUST_LOG="error,evm=debug,sc_rpc_server=info,runtime::revive=debug" ./target/release/revive-dev-node --dev
6666
```
6767

68-
Once the node is running, open a new terminal window and start the ETH-RPC adapter. This component translates Ethereum JSON-RPC calls trate-compatible requests, allowing you to use familiar Ethereum tools like MetaMask, Hardhat, or Ethers.js:
68+
Once the node is running, open a new terminal window and start the ETH-RPC adapter. This component translates Ethereum JSON-RPC calls into Substrate-compatible requests, allowing you to use familiar Ethereum tools like MetaMask, Hardhat, or Ethers.js:
6969

7070
```bash
7171
./target/release/eth-rpc --dev

0 commit comments

Comments
 (0)