ITNS sidechain — HSD fork for .lthn TLD
Find a file
2018-06-12 22:36:52 -07:00
bench pkg: add bench and docs again. 2018-03-14 08:48:57 -07:00
bin bin: fix spvnode. 2018-06-08 22:56:49 -07:00
browser pkg: add browser. 2018-03-14 08:50:17 -07:00
docs pkg: add bench and docs again. 2018-03-14 08:48:57 -07:00
etc chain: switch to 5 minute block time. add reserved field in header. closes #10 and #11. 2018-06-08 19:30:38 -07:00
lib node/rpc: fix some rpc calls. 2018-06-12 22:36:52 -07:00
scripts chain: switch to 5 minute block time. add reserved field in header. closes #10 and #11. 2018-06-08 19:30:38 -07:00
test chain: switch to 5 minute block time. add reserved field in header. closes #10 and #11. 2018-06-08 19:30:38 -07:00
.babelrc browser: fix error display. 2017-12-28 18:41:09 -08:00
.editorconfig Add editorconfig rules 2016-10-05 12:49:39 -06:00
.eslintfiles pkg: add browser. 2018-03-14 08:50:17 -07:00
.eslintrc.json eslintrc: indent is making eslint crash. 2017-08-17 10:03:36 -07:00
.gitattributes hsk: rename to hskd. 2018-03-11 20:09:32 -07:00
.gitignore hsk: rename to hsk. 2018-02-01 13:28:31 -08:00
.npmignore hsk: rename to hsk. 2018-02-01 13:28:31 -08:00
CHANGELOG.md hsk: rename to hsk. 2018-02-01 13:28:31 -08:00
jsdoc.json Move docs from wiki 2017-07-21 00:40:02 +04:00
LICENSE hsk: update copyright. 2018-02-01 13:40:45 -08:00
Makefile build: improve no-compat webpack build. 2017-12-29 13:00:30 -08:00
package.json dns: switch to unbound. 2018-06-12 01:14:05 -07:00
README.md readme: yet again. 2018-06-08 07:33:36 -07:00
webpack.app.js pkg: minor. 2018-06-11 20:07:30 -07:00
webpack.browser.js pkg: minor. 2018-06-11 20:07:30 -07:00
webpack.compat.js pkg: minor. 2018-06-11 20:07:30 -07:00

HSKD

HSKD is an implementation of the Handshake Protocol.

Install

$ git clone git://github.com/handshake-org/hskd.git
$ cd hskd
$ npm install
$ ./bin/hskd

See the Beginner's Guide for more in-depth installation instructions.

Documentation

Support

Join us on freenode in the #handshake channel.

Disclaimer

HSKD does not guarantee you against theft or lost funds due to bugs, mishaps, or your own incompetence. You and you alone are responsible for securing your money.

Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work. </legalese>

License

  • Copyright (c) 2017-2018, Christopher Jeffrey (MIT License).

See LICENSE for more info.