SANVIL
Pre-configured local development network
Overview
Definition
SANVIL: ChainConfig = ChainConfig(
chain_id=31337,
rpc_url="http://127.0.0.1:8545",
ws_url="ws://127.0.0.1:8545",
name="Sanvil (local)",
)Configuration
Property
Value
Usage
Import and Access Properties
Create Wallet Client (Sync)
Create Wallet Client (Async)
Create Public Client
Examples
Local Development Workflow
Testing with Multiple Accounts
Checking Local Node Connection
Integration Testing
Prerequisites
Notes
Chain ID Constant
Well-Known Test Accounts
See Also
Last updated

