llSourcell / ethereum_demo

This is the code for "Ethereum Explained" by Siraj Raval on Youtube
177 stars 92 forks source link

Uncaught ReferenceError: web3 is not defined #9

Open riyasoni42 opened 6 years ago

riyasoni42 commented 6 years ago

When I run this application in browser and checck the console then below error is coming : ncaught ReferenceError: web3 is not defined at window.onload (app.js:28338) window.onload @ app.js:28338

And also if I click on any button , it's not working.