uport-connect
uport-connect copied to clipboard
modified: add var web3 for Uncaught ReferenceError
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.