{"id":13571895,"url":"https://github.com/cryptocoinjs/awesome-cryptocoinjs","last_synced_at":"2025-04-04T09:30:33.333Z","repository":{"id":44428205,"uuid":"51863741","full_name":"cryptocoinjs/awesome-cryptocoinjs","owner":"cryptocoinjs","description":"Useful crypto coins JavaScript libraries","archived":false,"fork":false,"pushed_at":"2016-02-17T14:23:29.000Z","size":2,"stargazers_count":57,"open_issues_count":0,"forks_count":7,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-05-19T13:31:58.346Z","etag":null,"topics":["bitcoin","cryptocurrency"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cryptocoinjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-16T19:51:49.000Z","updated_at":"2024-01-02T22:20:41.000Z","dependencies_parsed_at":"2022-08-19T13:10:12.642Z","dependency_job_id":null,"html_url":"https://github.com/cryptocoinjs/awesome-cryptocoinjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptocoinjs%2Fawesome-cryptocoinjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptocoinjs%2Fawesome-cryptocoinjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptocoinjs%2Fawesome-cryptocoinjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptocoinjs%2Fawesome-cryptocoinjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptocoinjs","download_url":"https://codeload.github.com/cryptocoinjs/awesome-cryptocoinjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247152758,"owners_count":20892551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","cryptocurrency"],"created_at":"2024-08-01T14:01:07.992Z","updated_at":"2025-04-04T09:30:31.442Z","avatar_url":"https://github.com/cryptocoinjs.png","language":null,"funding_links":[],"categories":["Others","JavaScript Libraries","Programming Language Lists","Python Frameworks and Tools","awesome Bitcoin"],"sub_categories":["JavaScript Lists","E-Books"],"readme":"# Awesome CryptoCoinJS [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\n\u003e Useful crypto coins JavaScript libraries\n\n*Mostly this list about __bitcoin__, but other crypto currencies are welcome!*\n\n*Please put crypto name in brackets if library intended only for one crypto.*\n\n*Please use specific category and alphabetical order.*\n\n## List of content\n\n  * [Main libraries](#main-libraries)\n  * [BIPs](#bips)\n  * [Wallets](#wallets)\n  * [Blockchain explorers](#blockchain-exploreres)\n  * [Full nodes](#full-nodes)\n  * [P2P](#p2p)\n  * [RPC](#rpc)\n  * [Utilities](#utilities)\n  * [Cryptography](#cryptography)\n\n### Main Libraries\n\n  * [bitcoin] [bcoin](https://github.com/indutny/bcoin)\n  * [bitcoin] [bitcoinjs-lib](https://github.com/bitcoinjs/bitcoinjs-lib)\n  * [bitcoin] [bitcore-lib](https://github.com/bitpay/bitcore-lib)\n\n### BIPs\n\n  * [bitcoin] [bip21](https://github.com/bitcoinjs/bip21)\n  * [bitcoin] [bip38](https://github.com/bitcoinjs/bip38)\n  * [bitcoin] [bip39](https://github.com/bitpay/bitcore-mnemonic) implementation for bitcore-lib\n  * [bitcoin] [bip39](https://github.com/bitcoinjs/bip39)\n  * [bitcoin] [bip66](https://github.com/bitcoinjs/bip66)\n  * [bitcoin] [bip69](https://github.com/bitcoinjs/bip69)\n  * [bitcoin] [bip70](https://github.com/bitpay/bitcore-payment-protocol)\n\n### Wallets\n\n  * [bitcoin] [copay](https://github.com/bitpay/copay) a multisignature wallet\n  * [bitcoin] [cc-wallet-core](https://github.com/chromaway/cc-wallet-core) wallet with colored coin support\n  * [bitcoin] [bitcore-wallet](https://github.com/bitpay/bitcore-wallet) a command line interface Multisig HD Wallet, based on bitcore-wallet-service\n\n### Blockchain explorers\n\n  * [bitcoin] [chromanode](https://github.com/chromaway/chromanode) blockchain explorer with colored coin support\n  * [bitcoin] [insight-api](https://github.com/bitpay/insight-api) a bitcoin blockchain API for web wallets\n  * [bitcoin] [insight-ui](https://github.com/bitpay/insight-ui)\n\n### Full nodes\n\n  * [bitcoin] [bitcore-node](https://github.com/bitpay/bitcore-node) full node with extended capabilities using Bitcore and Bitcoin Core\n  * [bitcoin] [fullnode](https://github.com/ryanxcharles/fullnode) JavaScript implementation of Bitcoin\n\n### P2P\n\n  * [bitcoin] [bitcore-p2p](https://github.com/bitpay/bitcore-p2p) interface to the bitcoin P2P network for bitcore-lib\n  * [bitcoin] [bitcore-p2p-cordova](https://github.com/getbitpocket/bitcore-p2p-cordova) interface to the bitcoin P2P network for Cordova/Phonegap apps\n  * [bitcoin] [bitcoin-net](https://github.com/mappum/bitcoin-net) bitcoin networking that works in Node and the browser\n  * [bitcoin] [bticoin-protocol](https://github.com/mappum/bitcoin-protocol) bitcoin network protocol streams\n\n### RPC\n\n  * [bitcoin] [bitcoin](https://github.com/freewil/node-bitcoin)\n  * [bitcoin] [bitcoind-rpc](https://github.com/bitpay/bitcoind-rpc)\n  * [bitcoin] [bitcoind-rpc-client](https://github.com/fanatid/bitcoind-rpc-client)\n  * [bitcoin] [yajrpc](https://github.com/dcousens/yajrpc)\n\n### Utilities\n\n  * [*] [bitauth](https://github.com/bitpay/bitauth) authenticate with web services utilizing the same strategy as bitcoin\n  * [bitcoin] [bitcoin-faucet-api](https://github.com/fanatid/bitcoin-faucet-api) bitcoin faucet service\n  * [*] [bitcoin-proof](https://github.com/ethers/bitcoin-proof) merkle proof for a Bitcoin transaction\n  * [*] [bitcoin-merkle-proof](https://github.com/mappum/bitcoin-merkle-proof) build and verify Bitcoin Merkle proofs (BIP37 supported!)\n  * [bitcoin] [bitcoin-spv-utils](https://github.com/fanatid/bitcoin-spv-utils) useful functions for Simple Payment Verification\n  * [bitcoin] [bitcoind-regtest](https://github.com/fanatid/bitcoind-regtest) run bitcoind in regtest mode for your own blockchain\n  * [bitcoin] [bitcore-channel](https://github.com/bitpay/bitcore-channel) payment channels smart contract support for bitcore-lib\n  * [bitcoin] [bitcore-message](https://github.com/bitpay/bitcore-message)\n  * [bticoin] [bitcore-wallet-client](https://github.com/bitpay/bitcore-wallet-client) a client library for bitcore-wallet-service\n  * [bitcoin] [bitcore-wallet-service](https://github.com/bitpay/bitcore-wallet-service) a multisig, HD wallet service (used by Copay)\n  * [bitcoin] [bitcoinjs-message](https://github.com/bitcoinjs/bitcoinjs-message)\n  * [bitcoin] [blkdat-stream](https://github.com/dcousens/blkdat-stream) ablk*.dat streaming module, useful for parsing the bitcoin blockchain\n  * [bitcoin] [blockchainjs](https://github.com/chromaway/blockchainjs) bitcoin blockchain for wallets\n  * [*] [bs58](https://github.com/cryptocoinjs/bs58) base58 encoding/decoding\n  * [*] [bs58check](https://github.com/bitcoinjs/bs58check) a straight forward implementation of base58check extending upon bs58\n  * [*] [coininfo](https://github.com/cryptocoinjs/coininfo) crypto currency specific information\n  * [*] [coinkey](https://github.com/cryptocoinjs/coinkey) JavaScript component for private keys, public keys, and addresess for crypto currencies\n  * [bitcoin] [coloredcoinjs-lib](https://github.com/chromaway/coloredcoinjs-lib) JavaScript Colored Coins library\n  * [bitcoin] [stealth](https://github.com/cryptocoinjs/stealth) stealth addresses\n  * [bitcoin] [wif](https://github.com/bitcoinjs/wif) bitcoin wallet import format JS encoding/decoding\n\n### Cryptography\n\n  * [*] [bitcore-ecies](https://github.com/bitpay/bitcore-ecies) a module for bitcore that implements the Elliptic Curve Integrated Encryption Scheme (ECIES)\n  * [*] [drbg.js](https://github.com/cryptocoinjs/drbg.js) deterministic random bit generators from NIST SP 800-90A\n  * [*] [ecdsa](https://github.com/cryptocoinjs/ecdsa) JavaScript component to Eliptical Curve Cryptography signing and verify\n  * [*] [ecurve](https://github.com/cryptocoinjs/ecurve) JavaScript component for Eliptical Curve Cryptography\n  * [*] [elliptic](https://github.com/indutny/elliptic) fast Elliptic Curve Cryptography in plain JavaScript\n  * [*] [secp256k1](https://github.com/cryptocoinjs/secp256k1-node) node.js bindings and pure JS implementation\n\n## License\n\n[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptocoinjs%2Fawesome-cryptocoinjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptocoinjs%2Fawesome-cryptocoinjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptocoinjs%2Fawesome-cryptocoinjs/lists"}