Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 419 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 419 Bytes

Demo App for working with Ethereum from JS

That's a sample application to demonstrate working with Ethereum from js using web3.js and ethereumjs-tx.

Set your sandboxId in web/src/app.js. You can find id of your running sandbox on the sandbox panel.

Building:

$ npm install gulp-cli -g
$ npm install
$ gulp

Testing:

$ gulp test

Running:

$ cd web
$ npm install http-server -g
$ http-server