|
1 | 1 | ---
|
2 | 2 | layout: page-fullwidth
|
3 |
| -subheadline: Practical |
4 |
| -title: Bitcoin Development - Resources |
5 |
| -teaser: Learning Bitcoin |
| 3 | +subheadline: Books, Resources and other Guides |
| 4 | +title: Programming with Bitcoin |
| 5 | +teaser: Learning Bitcoin Development |
6 | 6 | permalink: /practical/development/
|
7 | 7 | categories: ["Practical"]
|
8 | 8 | tags: ["Tech Info"]
|
@@ -31,7 +31,8 @@ tags: ["Tech Info"]
|
31 | 31 | * [bitcoin.org/en/developer-guide](https://bitcoin.org/en/developer-guide)
|
32 | 32 | * [bitcoin.org/en/developer-reference](https://bitcoin.org/en/developer-reference)
|
33 | 33 | * [btcinformation.org/en/developer-documentation](https://btcinformation.org/en/developer-documentation) - Community led and supported fork of Bitcoin.org.
|
34 |
| -* [bitcointechtalk.com/a-gentle-introduction-to-bitcoin-core-development-fdc95eaee6b8](https://bitcointechtalk.com/a-gentle-introduction-to-bitcoin-core-development-fdc95eaee6b8) |
| 34 | +* [A Gentle Introduction to Bitcoin Core Development](https://bitcointechtalk.com/a-gentle-introduction-to-bitcoin-core-development-fdc95eaee6b8) |
| 35 | + > If you’re a developer and you own any Bitcoin at all, contributing to Bitcoin Core can be one of the best things you can do to help out… |
35 | 36 | * [teachbitcoin.io/](https://teachbitcoin.io/)
|
36 | 37 | > Teach Bitcoin protocol training is an in-depth program that was inspired from the study of several hundred thousand lines of implementation code. It teaches you both the high and low-level designs of the Bitcoin Protocol, so you can greatly accelerate your journey to becoming a Bitcoin implementation developer or protocol researcher.
|
37 | 38 | * [teachbitcoin.io](https://teachbitcoin.io)
|
@@ -62,6 +63,8 @@ tags: ["Tech Info"]
|
62 | 63 | * [chaincodelabs/bitcoin-curriculum](https://github.com/chaincodelabs/bitcoin-curriculum) *!!!!!!!!*
|
63 | 64 | * [MrHash/bitcoin-dev-stack](https://github.com/MrHash/bitcoin-dev-stack)
|
64 | 65 | * [Blockchain Development — Zero to Hero [Guide]](https://medium.com/programmers-blockchain/blockchain-development-mega-guide-5a316e6d10df)
|
| 66 | +* [Programming The Blockchain in C#](https://programmingblockchain.gitbook.io/programmingblockchain) |
| 67 | +* [Programming Cryptocurrencies and Blockchains (Book Edition)](https://yukimotopress.github.io/blockchains) |
65 | 68 |
|
66 | 69 | ### Read
|
67 | 70 |
|
@@ -130,8 +133,9 @@ tags: ["Tech Info"]
|
130 | 133 | * [yasaricli/chainradar-api](https://github.com/yasaricli/chainradar-api)
|
131 | 134 | * [RomelTorres/alpha_vantage](https://github.com/RomelTorres/alpha_vantage) - A python wrapper for Alpha Vantage API
|
132 | 135 | * [danpaquin/coinbasepro-python](https://github.com/danpaquin/coinbasepro-python)
|
133 |
| -* [developers.coinbase.com/](https://developers.coinbase.com/) |
134 | 136 | * [Coinbase Wallet](https://wallet.coinbase.com/)
|
| 137 | +* [Coinbase Digital Currency API](https://developers.coinbase.com/) |
| 138 | + > Bitcoin, Bitcoin Cash, Litecoin, and Ethereum APIs to power the payments in your application |
135 | 139 |
|
136 | 140 | ### Scripting
|
137 | 141 |
|
|
0 commit comments