Javascript bitcoin library for node.js and browsers
Go to file
2018-08-06 15:45:28 -07:00
bench bench: fix coins benchmarks. 2017-09-05 11:46:14 -07:00
bin Flo-ify 2018-05-08 13:40:23 -07:00
browser Flo-ify 2018-05-08 13:40:23 -07:00
docs Merge pull request #319 from tuxcanfly/docs-workers 2017-10-18 13:22:45 -07:00
etc
lib Return Transaction Errors from RPC 2018-08-06 15:45:28 -07:00
migrate db: change iterator api to be more loop-friendly. 2017-10-18 12:58:21 -07:00
scripts Add Testnet Checkpoints 2018-05-21 13:08:05 -07:00
snap
test Litecoin: litecoinify 2017-12-08 16:03:46 +08:00
vendor
webpack
.babelrc
.editorconfig
.eslintfiles pkg: update deps. 2017-08-16 15:32:56 -07:00
.eslintrc.json eslintrc: indent is making eslint crash. 2017-08-17 10:03:36 -07:00
.gitignore Litecoin: litecoinify 2017-12-08 16:03:46 +08:00
.npmignore
CHANGELOG.md
jsdoc.json
LICENSE
Makefile
package.json Update testnet rpcPort 2018-05-21 13:34:29 -07:00
README.md Flo-ify 2018-05-08 13:40:23 -07:00
webpack.browser.js pkg: update deps. 2017-08-16 15:32:56 -07:00
webpack.compat.js pkg: update deps. 2017-08-16 15:32:56 -07:00
webpack.node.js pkg: update deps. 2017-08-16 15:32:56 -07:00

Fcoin (Bcoin ported to Lcoin ported to Flo)

Differences between this repo and bcoin-org/bcoin

  • Based on latest bcoin repo, pick flo related commits from bcoin-org/fcoin, applied some modifications and fixed more tests.
  • May rebase and push --force frequently, to catch up with bcoin and make repo easy to maintain.

TODO

  • Fix tests:
    • block-test
    • tx-test

Fcoin

NOTE: The latest release of fcoin contains a non-backward compatible change to the rest API. Please read the changelog's "migrating" section for more details.


Fcoin is an alternative implementation of the flo protocol, written in node.js.

Uses

  • Full Node
  • SPV Node
  • Wallet Backend (bip44 derivation)
  • Mining Backend (getblocktemplate support)
  • Layer 2 Backend (lightning)
  • General Purpose Bitcoin Library

Try it in the browser: http://bcoin.io/browser.html

Install

$ git clone git://github.com/oipwg/fcoin.git
$ cd fcoin
$ npm install
$ ./bin/fcoin

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

Documentation

Support

Join us on freenode in the #bcoin channel.

Disclaimer

Fcoin 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) 2014-2015, Fedor Indutny (MIT License).
  • Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).

See LICENSE for more info.