-
Hello, i'd like to know if there is a keystore in hardhat in which I can store safely my mnemonic phrase to have access to my account afterward. Similar to what foundry do with cast wallet import. This is about not to write in plaintext my details in .env Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @mo7tr You can use workaround and create encryptedKey.json file, which will store your encrypted version of .env keys. To use it you will just need to enter correct password you have used to encrypt key. You can also use third party deployers. This might be also helpful link |
Beta Was this translation helpful? Give feedback.
Hi @mo7tr
You can use workaround and create encryptedKey.json file, which will store your encrypted version of .env keys. To use it you will just need to enter correct password you have used to encrypt key. You can also use third party deployers. This might be also helpful link