Skip to content

Instantly share code, notes, and snippets.

@sakadon
Last active November 26, 2015 09:17
Show Gist options
  • Save sakadon/b05d71cea97290648c01 to your computer and use it in GitHub Desktop.
Save sakadon/b05d71cea97290648c01 to your computer and use it in GitHub Desktop.
ブロックチェーンって何?Ryan X. Charles氏のfullnode (alpha)を実行してみた ref: http://qiita.com/sakadon/items/f64a38fa647a05ca5d77
$ git clone git@github.com:ryanxcharles/fullnode.git
$ cd fullnode
$ npm install
$ gulp
$ chmod 777 bin/testapp.js
$ ./bin/testapp.js
$ chmod 777 bin/fullnode.js
$ ./bin/fullnode.js
fullnode>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment