Skip to content

VerityHQ/Crystal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Crystal API and services tier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%