# bitcore-lib-rapture

> A pure and powerful JavaScript Rapture library.

Latest version **0.16.6** (published 2018-05-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install bitcore-lib-rapture
pnpm add bitcore-lib-rapture
yarn add bitcore-lib-rapture
bun add bitcore-lib-rapture
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.16.6 |
| Published | 2018-05-25 |
| First published | 2018-05-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 11.6 MB |
| Known vulnerabilities | 0 (+20 in 3 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | RaptureDev |
| Maintainers | rapturecoredev, tom_ua |
| Keywords | rapture, transaction, address, ecies, blockchain, payment, bip21, bip32, bip37, bip69, bip70, multisig, charity, charitynode, rapturecore |

## Links

- npm: https://www.npmjs.com/package/bitcore-lib-rapture
- Repository: https://github.com/RaptureCore/bitcore-lib-rapture
- Issues: https://github.com/RaptureCore/bitcore-lib-rapture/issues
- npm.io page: https://npm.io/package/bitcore-lib-rapture

## Dependencies (6)

- [bs58](https://npm.io/package/bs58.md) =4.0.1
- [bn.js](https://npm.io/package/bn.js.md) =4.11.8
- [lodash](https://npm.io/package/lodash.md) =4.17.4
- [elliptic](https://npm.io/package/elliptic.md) =6.4.0
- [inherits](https://npm.io/package/inherits.md) =2.0.1
- [buffer-compare](https://npm.io/package/buffer-compare.md) =1.1.1

## Recent versions

- 0.16.6 (latest) — 2018-05-25
- 0.16.5 — 2018-05-25
- 0.16.4 — 2018-05-25
- 0.16.3 — 2018-05-24
- 0.16.2 — 2018-05-23
- 0.16.1 — 2018-05-20
- 0.16.0 — 2018-05-18
- 0.15.3 — 2018-05-14

## README

Bitcore-RAPTURE Library
=======

A pure and powerful JavaScript RAPTURE library.

## Principles

RAPTURE is a powerful new peer-to-peer platform for the next generation of financial technology. The decentralized nature of the RAPTURE network allows for highly resilient RAPTURE infrastructure, and the developer community needs reliable, open-source tools to implement rapture apps and services.

## Get Started

```
npm install bitcore-lib-rapture
```

```
bower install bitcore-lib-rapture
```

## Documentation

The complete docs are hosted here: [bitcore documentation](http://bitcore.io/guide/). There's also a [bitcore API reference](http://bitcore.io/api/) available generated from the JSDocs of the project, where you'll find low-level details on each bitcore utility.

- [Read the Developer Guide](http://bitcore.io/guide/)
- [Read the API Reference](http://bitcore.io/api/)

To get community assistance and ask for help with implementation questions, please use our [community forums](https://forum.bitcore.io/).

## Examples

* [Generate a random address](https://github.com/rapturepay/bitcore-lib-rapture/blob/master/docs/examples.md#generate-a-random-address)
* [Generate a address from a SHA256 hash](https://github.com/rapturepay/bitcore-lib-rapture/blob/master/docs/examples.md#generate-a-address-from-a-sha256-hash)
* [Import an address via WIF](https://github.com/rapturepay/bitcore-lib-rapture/blob/master/docs/examples.md#import-an-address-via-wif)
* [Create a Transaction](https://github.com/rapturepay/bitcore-lib-rapture/blob/master/docs/examples.md#create-a-transaction)
* [Sign a Rapture message](https://github.com/rapturepay/bitcore-lib-rapture/blob/master/docs/examples.md#sign-a-bitcoin-message)
* [Verify a Rapture message](https://github.com/rapturepay/bitcore-lib-rapture/blob/master/docs/examples.md#verify-a-bitcoin-message)
* [Create an OP RETURN transaction](https://github.com/rapturepay/bitcore-lib-rapture/blob/master/docs/examples.md#create-an-op-return-transaction)
* [Create a 2-of-3 multisig P2SH address](https://github.com/rapturepay/bitcore-lib-rapture/blob/master/docs/examples.md#create-a-2-of-3-multisig-p2sh-address)
* [Spend from a 2-of-2 multisig P2SH address](https://github.com/rapturepay/bitcore-lib-rapture/blob/master/docs/examples.md#spend-from-a-2-of-2-multisig-p2sh-address)


## Security

We're using Bitcore in production, as are [many others](http://bitcore.io#projects), 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

Please send pull requests for bug fixes, code optimization, and ideas for improvement.

## Building the Browser Bundle

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

```sh
gulp browser
```

This will generate files named `bitcore-lib-rapture.js` and `bitcore-lib-rapture.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.

## Development & Tests

```sh
git clone https://github.com/RaptureCore/rapturecore-lib
cd rapturecore-lib
npm install
```

Run all the tests:

```sh
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`.

## License

Code released under [the MIT license](https://github.com/RaptureCore/rapturecore-lib/blob/master/LICENSE).

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

---
_Source: https://npm.io/package/bitcore-lib-rapture · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
