Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在本地启动安全帽节点时,我获得了 10 个预先用 10k ETH 资助的地址。但是当我将它连接到 localhost:8545 时,这些都没有出现在 metamask 上。结果,我无法与本地部署的 dapp 交互
难道我做错了什么?
MetaMask 现在可以知道您要导入哪些本地帐户,或者哪些已被资助(在导入之前)。
因此,您需要使用 Hardhat 提供的私钥手动将帐户导入 MetaMask。