Tools
Every Stagenet ships with tools for setting up scenarios, funding accounts, and driving activity while you test.
In the app
- Faucet — send any amount of any token, native or ERC20, to any address.
- Platform Wallet — a built-in account that sends transactions instantly without signing, with unlimited balances and allowances.
From the CLI and RPC
Each Stagenet also exposes lower-level controls for putting accounts and contracts into an exact state:
- Funded wallets —
generate-walletcreates and funds a fresh account in one step. - Balances — set native and ERC20 balances directly. CLI / RPC.
- Account impersonation — send transactions from any address without its private key. CLI / RPC.
- State setters — override an account’s balance, code, nonce, or storage. CLI / RPC.
- Function overrides — force a contract function to return a fixed value without changing its code. CLI / RPC.
Last updated on