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.
我已经创建并编译了一个智能合约并创建了我的部署令牌文件。当我在一个终端上运行 ganache-cli 时,它给了我'''eth_getTransactionByHash''',而当巧克力运行脚本在另一个终端上运行时,它说'''等待来自内存池的交易'''
我也登录了我的 MetaMask 帐户,并使用提供的 RPC 和链 ID 创建了一个新帐户。
请帮忙。
我在运行时遇到了同样的问题ganache-cli。我通过传递一些参数来修复它
ganache-cli
ganache-cli --port 8545 --gasLimit 12000000 --accounts 10 --hardfork istanbul --mnemonic brownie