-
Hello I have a MetaMask (a chrome extension) where I have to put my "main" password to access the application So if on my BNB smartChain mainnet, I have a real account with real money. Can I still select a Rinkeby network account and extract my private key to do an alchemy test? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, NinjaTurtles-cloud You should read this thread. The safest option: use a separate MetaMask wallet for testing. But if you create a separate account through the «Create Account» button specifically for testing purposes, and then export the private key of this particular test account, it does not reveal the data of other accounts with real funds. The mnemonic phrase in this case should never be disclosed, because in this case there will be access to all the created accounts in the MetaMask. upd. If you select account 1 in two different networks, its private key will be the same. Changing the network does not affect the private key. |
Beta Was this translation helpful? Give feedback.
Hey, NinjaTurtles-cloud
You should read this thread.
The safest option: use a separate MetaMask wallet for testing.
But if you create a separate account through the «Create Account» button specifically for testing purposes, and then export the private key of this particular test account, it does not reveal the data of other accounts with real funds. The mnemonic phrase in this case should never be disclosed, because in this case there will be access to all the created accounts in the MetaMask.
upd. If you select account 1 in two different networks, its private key will be the same. Changing the network does not affect the private key.