Create a PolkadotSigner for a standard Substrate dev account.
Dev accounts use the well-known Substrate dev mnemonic (DEV_PHRASE) with
Sr25519 key derivation at the path //{Name}. These accounts have known
private keys and are pre-funded on dev/test chains.
Only for local development, scripts, and testing. Never use in production.
Create a PolkadotSigner for a standard Substrate dev account.
Dev accounts use the well-known Substrate dev mnemonic (
DEV_PHRASE) with Sr25519 key derivation at the path//{Name}. These accounts have known private keys and are pre-funded on dev/test chains.Only for local development, scripts, and testing. Never use in production.