1
私の質問は、どのようにhttpproviderの2つのインスタンスを実行できますか?以下のコードを試しましたが、最初のhttpProviderのみがインスタンス化されるため、これは機能しません。Ethereum web3 - web3の複数のインスタンスを実行するhttpprovider
web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:9998"), new Web3.providers.HttpProvider("http://localhost:9999"));