Guest User

Untitled

a guest
Jul 22nd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8">
  6. <title>EthereumJS - Browser Example</title>
  7. </head>
  8.  
  9. <body>
  10. <script src="https://rawgit.com/ethereumjs/browser-builds/master/dist/ethereumjs-abi/ethereumjs-abi-0.6.5.js"></script>
  11. <script src="https://rawgit.com/ethereumjs/browser-builds/master/dist/ethereumjs-abi/ethereumjs-abi-0.6.5.js"></script>
  12.  
  13. <script>
  14.  
  15. var abi = new ethereumjs.ABI()
  16. var Web3
  17. web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:8545"));
  18.  
  19. </script>
  20. </body>
  21. </html>
Add Comment
Please, Sign In to add comment