Socket
Book a DemoInstallSign in
Socket

cointx

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cointx

Crypto currency transactions.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

cointx

Crypto currency transactions. Mostly extracted from bitcoinjs-lib.

Why don't I just use bitcoinjs-lib?

bitcoinjs-lib is probably the best Bitcoin JavaScript library. I have two problems with it 1) it's heavy on dependencies (fortunately, this can be reconciled) 2) its design is antithetical with the Node.js ethos (UNIX ethos) of small modules that do one thing well. Unfortunately, this can't be reconciled in the short-term. However, it's still an excellent library that shouldn't be overlooked.

Usage

This package serves as an experimental replacement for https://github.com/cryptocoinjs/btc-script and https://github.com/cryptocoinjs/btc-transaction. Will be moved to github/cryptocoin. Usage documentation will be updated as it evolves.

Keywords

bitcoin

FAQs

Package last updated on 20 Nov 2014

Did you know?

Socket

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.

Install

Related posts