标签: ethereum solidity web3 remix
我已经与Ganache在本地成功部署了一份可靠性合同。 我现在想通过http://remix.ethereum.org/
在混音编辑器中,我选择了“web3提供程序”,并在“http://127.0.0.1:7545”处连接到我的本地Ganache
我已将合约的地址插入“地址”部分,但我不断连接到混音提供的默认“Ballot”合约。 任何人都可以帮我连接我当地部署的合同吗?