rajivjc / clinicaltrials-on-blockchain

Demonstrate how blockchains can be used to improve data transparency in clinical trials
16 stars 7 forks source link

Blockchain view: Audit trail and Block explorer aren't working #5

Open salmanzr opened 6 years ago

salmanzr commented 6 years ago

MetaMask seems to be front-running testrpc when injecting the web3 instance. If you remove MetaMask, then everything works fine. Only annoyance now is that this older testrpc version (v3.2.1) continuously outputs events for eth_getFilterChanges.

rajivjc commented 6 years ago

I just used testrpc. no metamask.

rajivjc commented 6 years ago

Testrpc on startup will provide 10 default accounts. I am assigning the first three accounts from the default list to the three actors in the use case. Do you see any errors in your browser developer tool console ?

rajivjc commented 6 years ago

Great it worked out.