
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
btcnano-lib
Advanced tools
A pure and powerful JavaScript Btcnano library.
Btcnano is a powerful new peer-to-peer platform for the next generation of financial technology. The decentralized nature of the Bitcoin network allows for highly resilient btcnano infrastructure, and the developer community needs reliable, open-source tools to implement bitcoin apps and services.
npm install btcnano-lib
bower install btcnano-lib
The complete docs are hosted here: btcnano documentation. There's also a btcnano API reference available generated from the JSDocs of the project, where you'll find low-level details on each bitcore utility.
To get community assistance and ask for help with implementation questions, please use our community forums.
We're using Btcnano in production, as are many others, but please use common sense when doing anything related to finances! We take no responsibility for your implementation decisions.
If you find a security issue, please email security@bitpay.com.
Please send pull requests for bug fixes, code optimization, and ideas for improvement. For more information on how to contribute, please refer to our CONTRIBUTING file.
To build a btcnano-lib full bundle for the browser:
gulp browser
This will generate files named btcnano-lib.js and btcnano-lib.min.js.
You can also use our pre-generated files, provided for each release along with a PGP signature by one of the project's maintainers. To get them, checkout a release commit (for example, https://github.com/bitcoinnano/btcnano-lib/commit/e33b6e3ba6a1e5830a079e02d949fce69ea33546 for v0.12.6).
To verify signatures, use the following PGP keys:
git clone https://github.com/bitcoinnano/btcnano-lib
cd btcnano-lib
npm install
Run all the tests:
gulp test
You can also run just the Node.js tests with gulp test:node, just the browser tests with gulp test:browser
or create a test coverage report (you can open coverage/lcov-report/index.html to visualize it) with gulp coverage.
Code released under the MIT license.
Copyright 2015-2021 Btcnano, Inc. Btcnano is a trademark maintained by Btcnano, Inc.
FAQs
A pure and powerful JavaScript Btcnano library.
We found that btcnano-lib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.