You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Expected Behavior
When MetaMask connect the ganache-cli. it will show 1000Eth.
Current Behavior
i use the command to start ganache-cli.
ganache-cli --accounts=10 --defaultBalanceEther=1000 --port=8545 --db="D:\code\blockdb" -d
when i entered private key in metamask. metamask can not connect ganache-cli(127.0.0.1:8545). MetaMask can show not connect and it show 0 ETH balance.
but it will show "eth_Balance" in windows command.
Possible Solution
Unknown
Steps to Reproduce (for bugs)
Context
if i cannot use metamask connect ganache-cli. i cannot know web3.js whether can connect to ganache-cli. And i cannot store data to blockchain.
-->
Your Environment
The text was updated successfully, but these errors were encountered: