JavaScript Bitmessage library
lib | ||
.gitignore | ||
.jshintignore | ||
.jshintrc | ||
.npmignore | ||
.travis.yml | ||
COPYING | ||
package.json | ||
README.md | ||
test.js |
bitmessage
JavaScript Bitmessage library for both browserify and node.
Usage
You need ES6 Promise available in order to use this module. Use some sort of ES6 runtime or just apply polyfill:
require("es6-promise").polyfill();
var bitmessage = require("bitmessage");
License
bitmessage - JavaScript Bitmessage library
Written in 2014 by Kagami Hiiragi kagami@genshiken.org
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see http://creativecommons.org/publicdomain/zero/1.0/.