-
Notifications
You must be signed in to change notification settings - Fork 301
Ensure TestKeyring Matches Substrate #160
Comments
Is //Alice the right key/account? //Alice seems to be a super user from the tutorial, but im not sure if we are using that user, since the addresses are different. |
The Alice, Bob, etc. keyring is a concept used throughout substrate. For example, here's where they derive the address for a chain configuration: https://github.com/paritytech/substrate/blob/75116bd8c45c7e46a9b8eed9cb29ee4256ed631b/bin/node/cli/src/chain_spec.rs#L211 |
I'm not agruing that |
There are really two things that need to be assessed here:
|
Commenting for Documentation/Visibility: https://substrate.dev/docs/en/ecosystem/subkey |
Key information (for sr25519) can be found using
subkey
:We should add tests to ensure we are getting these results from our derivation.
The text was updated successfully, but these errors were encountered: