igorbarinov/awesome-bitcoin
Decentralized Systems 3 months ago 915
A curated list of bitcoin services and tools for software developers
Awesome Bitcoin
A curated list of bitcoin services and tools for software developers
List of content
- Utilities
- Blockchain API and Web services
- Wallets API
- Open Source wallets
- Blockchain Explorers
- C++ Libraries
- JavaScript Libraries
- PHP Libraries
- Ruby Libraries
- Python Libraries
- Java Libraries
- Scala Libraries
- .Net Libraries
- Playgrounds
- Blockchain dump
- Full nodes
- Read
- Course
- Additional Resources
Utilities
- Nigiristars137 - CLI to quickly fire up a a Bitcoin regtest box along with Electrs and Esplora. Includes faucet and push commands.
- Nigiri in Travisstars2 - Travis template for adding Nigiri to your Travis (or Github Action) pipeline.
- halstars77 - Bitcoin CLI swiss-army-knife (based on rust-bitcoin).
- BitKey - Live USB for airgapped transactions and Bitcoin swiss army knife.
- Pycoinstars1.3k - Python-based Bitcoin and alt-coin utility library.
- bxstars493 - Bitcoin Command Line Tool.
- txwatcherstars41 - A little Python utility that lets you monitor Bitcoin addresses through Blockchain Websocket API and perform custom callbacks.
- hellobitcoinstars246 - A collection of simple programs which can generate bitcoin wallets, create and sign transactions, and send transactions over the bitcoin network.
- Mining visualization
- HD Wallet Scannerstars13 - Find all used addresses in your Bitcoin HD wallets bypassing gap limits.
- LibreSelerystars111 - Automated Bitcoin distribution to your project contributors and dependencies integrated into GitHub Actions.
Blockchain API and Web services
- block.io
- BlockCypher
- Esplorastars663 - Self-hosted blockchain explorer.
- Gem.co
- Insight
- Chain.com
- Coinbase Wallet
- Smartbit
- Blockpulsar.com
- Cashier-BTCstars251 - Self-hosted payment gateway.
- Chainradar APIstars2 - Blockchain Explorer API for Chainradar.
- One-Time Addressstars46 A better way to share your Bitcoin address.
Market Data API
- CoinMetrics.io JSON REST API (free as well as paid) with access to market data. Also CSV data file download available.
- Messari.io JSON REST API (free as well as paid) with access to market data, news, metrics, profile, etc.
Wallets API
Open Source Wallets
Blockchain Explorers
- Chain.so
- Blockchain.com
- Blockstream.info - Blockchain explorer with API (mainnet, testnet and Liquid).
- BlockTrail
- Bitcoin Transaction Explorerstars170
- Blockexplorer.com
- Smartbit
- Bitkit - Real time transaction updates.
C++ Libraries
JavaScript Libraries
- Awesome CryptoCoinJSstars54
- Bitcore Library
- Bitcoinjs-libstars4.6k
- Cryptocoin
- BlockTrail SDK NodeJSstars39
- bcoinstars2.7k - Javascript bitcoin library for node.js and browsers.
- Libauth – A lightweight, zero-dependency, JavaScript/TypeScript bitcoin library.
PHP Libraries
Ruby Libraries
Python Libraries
- BlockTrail SDK Pythonstars20
- btctxstorestars9 - Simple library to store/retrieve information in bitcoin transactions using OP_RETURN.
- pybitcointoolsstars1.2k - Python library for Bitcoin signatures and transactions from Vitalik Buterin. Project discontinued.
- pycoinstars1.3k - Python library for Bitcoin keys, signatures, transactions. Includes full VM implementation and tools for manipulating keys (ku) and transactions (tx).
- bitcoin_toolsstars226 - Python library for building and analyzing transactions and scripts (both standard and custom). Comes along with a UTXO set analysis tool. Includes several examples and exhaustive documentation.
- oogwaystars9 - A secure Bitcoin utility library for Python.
Java Libraries
Note that you can also use Scala libraries in Java.
- BitcoinJ
- XChangestars3.5k - Library that provides a simple and consistent API for interacting with 50+ Bitcoin currency exchanges.
- Bitcoin Spring Boot Starterstars26 - Bitcoin integration for Spring Boot applications.
Scala libraries
Note that you can also use Java libraries in Scala.
- Bitcoin-S - Scala/JVM toolkit for Bitcoin applications, includes Bitcoin data structures, transaction signing, strongly typed
bitcoind
/Eclair RPC clients, and more.
.Net Libraries
- NBitcoinstars1.7k - Comprehensive Bitcoin library for the .NET framework.
- BitcoinLibstars378 - The most complete, up-to-date, battle-tested .net Library and RPC Wrapper for Bitcoin and Altcoins in C#.
- QBitNinjastars68 - An Open Source and powerful blockchain API.
Playgrounds
- Script Playground
- Bitcoin IDEstars182 - Bitcoin Script for dummies.
- Script Debuggerstars12
- Bitcore Playground
- Mnemonic Code generator
- blockchain-demostars4.4k - A web-based demonstration of blockchain concepts.
- Bitcoin Script Debuggerstars51 - Visualize Bitcoin script execution for real transactions.
- Bitauth IDE – An interactive development environment for Bitcoin contracts.
Blockchain dump
- WebBTC - These are postgres database dumps of the bitcoin-ruby-blockchain database generated by webbtc.com.
- BitcoinDatabaseGeneratorstars108 - A high performance data transfer tool that can be used to copy data from Bitcoin Core blockchain files to a SQL Server database.
- Blockparser+SQLstars62 - Fast, quick and dirty bitcoin blockchain parser.
- BitcoinABEstars944 - Abe: block browser for Bitcoin and similar currencies.
- NBitcoin.Indexerstars27 - Scalable and fault-tolerant block chain indexer for Azure cloud platform.
- Blockchain2Graphstars137 - Graph Database Builder.
- Chaingraphstars19 – A multi-node blockchain indexer and GraphQL API.
Full nodes
- btcdstars4.8k - Go-based full node since 2013.
- Bitcoin-ruby-nodestars25 - bitcoin node based on bitcoin-ruby-blockchain.
- Fullnodestars195 - Javascript implementation of bitcoin.
- Bitcore Nodestars350 - bitcoind linked to node.js by BitPay.
- Bitcorestars4.4k - Formerly just a Nodejs library, now a full node.
Read
- A Gentle Introduction to Bitcoin Core Development
- Mastering Bitcoinstars19.8k
- Grokking Bitcoin - An in-depth technical book with rich illustrations.
- Bitcoin Stackexchange
- Elliptic Curve Cryptography A Gentle Introduction.
- Bitcoin Programming with BitcoinJS and Bitcoin Core CLIstars131.
- Bitcoin Protocol Development Curriculum - Chaincode Labsstars421.
- Lightning Network Protocol Development Curriculum - Chaincode Labsstars285.
- btcinformation.org / Developer Documentation - Find useful resources, guides and reference material for developers.
Course
Additional Resources
- @lopp / Bitcoin Developers - Software developers who have experience working on Bitcoin implementations or applications.
- @lopp / Lightning Developers - Software developers with experience working on LN implementations / applications.
- Practical Bitcoin Info - Google Sheets.
- A brief history of Bitcoin development...
- bitcoin-resources.com Meta-list of Bitcoin resources, from books, articles, to podcasts.
- Jameson Lopp Bitcoin Resource List Very detailed curated Bitcoin resource list and meta-list by J. Lopp
- River Learn A collection of educational resources to learn about Bitcoin basics, investing, technology, and more.
Inspired by the awesomestars202.9k list thing. Created by BlockchainU fellows.
License
To the extent possible under law, Igor Barinov has waived all copyright and related or neighboring rights to this work.
ON THIS PAGE
- Awesome Bitcoin
- List of content
- Utilities
- Blockchain API and Web services
- Market Data API
- Wallets API
- Open Source Wallets
- Blockchain Explorers
- C++ Libraries
- JavaScript Libraries
- PHP Libraries
- Ruby Libraries
- Python Libraries
- Java Libraries
- Scala libraries
- .Net Libraries
- Playgrounds
- Blockchain dump
- Full nodes
- Read
- Course
- Additional Resources
- License
Last Checked At: 2022-05-28T16:20:26.491Z