Development Accounts
We are using development accounts as the default administrators on development chains (eg: on Chopsticks forks).
Seed Phrase
bottom drive obey lake curtain smoke basket hold race lonely fit walkAccounts
| Name | Derivation Path | Address |
|---|---|---|
| Alice | //Alice | 15oF4uVJwmo4TdGW7VfQxNLavjCXviqxT9S1MgbjMNHr6Sp5 |
| Bob | //Bob | 14E5nqKAp3oAJcmzgZhUD2RcptBeUBScxKHgJKU4HPNcKVf3 |
| Charlie | //Charlie | 14Gjs1TD93gnwEBfDMHoCgsuf1s2TVKUP6Z1qKmAZnZ8cW5q |
| Dave | //Dave | 126TwBzBM4jUEK2gTphmW4oLoBWWnYvPp8hygmduTr4uds57 |
| Eve | //Eve | 16D2eVuK5SWfwvtFD3gVdBC2nc2BafK31BY6PrbZHBAGew7L |
| Ferdie | //Ferdie | 1egYCubF1U5CGWiXjQnsXduiJYP49KTs8eX1jn1JrTqCYyQ |
How to use?
- Import the development seed phrase.
- Derive development accounts using the derivation paths from the table above. Use the account name (e.g.
Alice) as the account name and the derivation path (e.g.//Alice) as the path. - Verify the setup: open the derived account in SubWallet and confirm its address matches the address shown in the table above.
What are these accounts used for?
Development chains (Chopsticks forks, local stacks) are pre-configured to use these accounts as administrators and council members. This means you can submit and pass governance proposals, mint NFTs, and execute privileged extrinsics without needing a real stash account.
See Council for how to pass governance proposals using these accounts.