Skip to content

lesson-9 Address could be found after deployment locally. #2330

Answered by othaime-en
TimeKeyRoll asked this question in Q&A
Discussion options

You must be logged in to vote

Quick Refresher: There are two types of accounts on ethereum. Contract accounts and EOA. EOAs are the normal accounts that me and you own when we connect to the blockchain. These accounts have public and private keys. Contract accounts are accounts owned by contracts. They are designated to contracts when contracts are deployed. These don't have the public/private key combinations.

@MasterofBlockchain the accounts you see when you run npx hardhat node are user accounts or Externally Owned Account (EOA). That's the list of accounts that you are given. You aren't shown/given contract accounts because, well, they don't have public/private keys and they are issued automatically to the contrac…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@TimeKeyRoll
Comment options

@othaime-en
Comment options

@TimeKeyRoll
Comment options

@othaime-en
Comment options

@TimeKeyRoll
Comment options

Answer selected by TimeKeyRoll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants