Skip to content

Files

Latest commit

2fed5b3 · Feb 17, 2025

History

History

bitcore-lib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 18, 2018
Aug 5, 2024
Jan 6, 2025
Jan 6, 2025
Apr 5, 2018
Apr 5, 2018
Mar 27, 2019
Apr 5, 2018
Dec 27, 2018
Apr 5, 2018
Mar 27, 2019
Mar 27, 2019
Mar 27, 2019
Feb 11, 2025
Dec 31, 2018
Dec 26, 2021
Jul 31, 2019
Feb 17, 2025
Feb 17, 2025

Bitcore JavaScript Library for Bitcoin

NPM Package CircleCI Coverage Status

A pure and powerful JavaScript library for Bitcoin.

Principles

Bitcoin 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 bitcoin infrastructure, and the developer community needs reliable, open-source tools to implement bitcoin apps and services. Bitcore JavaScript Library provides a reliable API for JavaScript apps that need to interface with Bitcoin.

Get Started

Clone the Bitcore monorepo and npm install:

git clone https://github.com/bitpay/bitcore.git
npm install

cd into bitcore-lib repository:

cd packages/bitcore-lib

Building the Browser Bundle

To build a bitcore-lib full bundle for the browser:

gulp browser

This will generate files named bitcore-lib.js and bitcore-lib.min.js.

Running Tests

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

Documentation

Addresses and Key Management

Payment Handling

Bitcoin Internals

Extra

Module Development

Modules

Some functionality is implemented as a module that can be installed separately:

Examples

Security

We're using the Bitcore JavaScript Library 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.

Contributing

See CONTRIBUTING.md on the main bitcore repo for information about how to contribute.

License

Code released under the MIT license.

Copyright 2013-2022 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.