uport-connect icon indicating copy to clipboard operation
uport-connect copied to clipboard

modified: add var web3 for Uncaught ReferenceError

Open nerdaces opened this issue 4 years ago • 0 comments

When I opened uport_tutorial.html in a browser, the following error appeared.

util.js:523 Uncaught ReferenceError: web3 is not defined
    at hasWeb3 (util.js:523)
    at new UportSubprovider (UportSubprovider.js:1886)
    at Connect.getProvider (Connect.js:7348)
    at index.js:7

So I added the declaration of web3, then worked.

Thanks for your awesome tutorial.

nerdaces avatar Oct 17 '20 14:10 nerdaces