quorum-maker: Unable to deploy contracts via REMIX IDE

Hey team,

I had setup a network under 1) Create Network; & able to access the network & node manager.

However, I’m unable to attach the web3 Provider under Remix IDE as per the result: You can send transactions to A.B.C.D:22000

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 17

Most upvoted comments

Please check the transcationReceipt for the transactionHash you are getting back to confirm if the mining is happening.

I had a similar issue, where in the transaction was getting mined at a fast rate even before call back processing at web3.js side. Please check https://github.com/jpmorganchase/quorum/issues/86#issuecomment-315965611

Hi @rjbanner , thanks for the heads-up! This works for me. Will be discussing more about the developments in a PR very soon. Also thx to @dhyansraj for timely reply!

We use truffle and that works well with QM. I will still check with our application development team, if anyone there use remix and QM together.