0.1.6 • Published 1 year ago

ts-bitcoin v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

TS-Bitcoin

A simplified Bitcoin Library in Typescript - Port of Jimmy Song's "Programming Bitcoin" to Typescript

Progress

  • Finite Fields
  • Elliptic Curves
  • Elliptic Curve Cryptography
  • Serialization
  • Transactions
  • Script
  • Transaction Creation and Validation
  • Pay-to-Script Hash
  • Blocks
  • Networking
  • Simplified Payment Verification
  • Bloom Filters
  • Segwit

Installation

To use this library in your project, you can install it using npm:

npm install ts-bitcoin

Or if you prefer using yarn:

yarn add ts-bitcoin

Once installed, you can import the library in your project:

import * as bitcoin from 'ts-bitcoin'

Examples

For examples of how to use the library, please visit the examples folder.

Contributing

If you want to contribute to this project, feel free to submit a pull request or open an issue.

License

This project is released under the MIT License.

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago