Consensys / eth-lightwallet

Lightweight JS Wallet for Node and the browser
MIT License
1.47k stars 503 forks source link

How do I run html page? #106

Open hasanqusay opened 8 years ago

hasanqusay commented 8 years ago

Im trying to run the example. Do I need to host the html page locally using iis? I'm very confused. I open the webwallet.html but its like a dead page. I have the web3. hooked-web3-provider as folder besides the eth-lightwallet folder too. Im running windows 7 64-bit

please help. thanks

zoernert commented 8 years ago

If I read the code correctly - you will end up with a cross-domain issue as your web3 provider is on http://104.... and you serve from file:// . So what you need in the background is a hosted version of your html-page and a GETH node running on the same domain.