ITNS sidechain — HSD fork for .lthn TLD
Find a file
2018-03-13 23:22:24 -07:00
bench handshake: finish cleaning up bitcoin. 2018-01-02 20:24:56 -08:00
bin cli: fix. 2018-03-11 20:16:31 -07:00
browser hsk: no more little-endian hashes. add outputs to genesis block. 2018-03-02 19:26:21 -08:00
docs utils: remove dependence on co. 2017-11-01 14:13:07 -07:00
etc protocol: new genesis blocks. 2018-03-12 20:12:19 -07:00
lib test: get tests passing. 2018-03-13 23:21:17 -07:00
scripts test: get tests passing. 2018-03-13 23:21:17 -07:00
snap hsk: rename to hskd. 2018-03-11 20:09:32 -07:00
test test: remove bitcoin test vectors. 2018-03-13 23:22:24 -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 hsk: refactor. add glue. lint. 2018-03-12 03:04:56 -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 hskd: update deps. 2018-03-12 16:26:20 -07:00
README.md hsk: rename to hskd. 2018-03-11 20:09:32 -07:00
webpack.app.js hsk: rename to hskd. 2018-03-11 20:09:32 -07:00
webpack.browser.js hsk: rename to hskd. 2018-03-11 20:09:32 -07:00
webpack.compat.js hsk: rename to hskd. 2018-03-11 20:09:32 -07:00

HSKD

HSK is an implementation of the Handshake Protocol.

Install

$ git clone git://github.com/handshakecompany/hsk.git
$ cd hsk
$ npm install
$ ./bin/hsk

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

Documentation

Support

Join us on freenode in the #handshake channel.

Disclaimer

HSK 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.