Replies: 1 comment
-
Ethers has no storage anywhere. The is no Ethers server. There is no Ethereum server. The main advantage of blockchains is you do not rely on third-parties to manage your private keys. If you are using a raw private key, it must be stored or loaded from somewhere else, and passed into a Wallet instance for the purposes of signing. If you are connecting to a services such as MetaMask, the private key is stored (locally) within the MetaMask extension. If using Clef or Geth directly, the private key is stored there. Basically, it is up to the developer where private keys are managed from. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suggestion
Hi
I use ethers for create addresses
Where is my private key store? ethers server? ethereum server?
Beta Was this translation helpful? Give feedback.
All reactions