From 685c89cdf1127ec986ba8a91ce9292031d9fdaae Mon Sep 17 00:00:00 2001 From: EricBergi <102351663+EricBergi@users.noreply.github.com> Date: Fri, 2 Dec 2022 14:25:36 +0100 Subject: [PATCH] Sorted "CryptoCurrency" in alphabetical order (#HSFDPMUW) #HSFDPMUW just helps me to find my pull-requests better. :) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 891b1041..f6ebadc2 100644 --- a/README.md +++ b/README.md @@ -144,18 +144,18 @@ When learning CS, there are some useful sites you must know to get always inform ## CryptoCurrency +- [Blockchain Basics](https://www.sitepen.com/blog/2017/09/21/blockchain-basics/) : Great introduction to blockchain - [Blockchain demo](https://blockchaindemo.io/) : A visual demo of Blockchain technology - [Build a blockchain in Python](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46) : Learn Blockchains by Building One - [Coin demo](https://coindemo.io/) : CryptoCurrency demo -- [Lopp Bitcoin Resources](https://lopp.net/bitcoin.html) : Some Bitcoin Resources -- [Blockchain Basics](https://www.sitepen.com/blog/2017/09/21/blockchain-basics/) : Great introduction to blockchain - [GitCoin](https://gitcoin.co) : Gitcoin is the easiest way to monetize or incentivize work in Open Source Software. -- [Lite Paper](https://litepaper.com/) : Cryptocurrencies & Blockchain made effortless +- [Learn About Bitcoin and Lightning Protocol](https://chaincode.gitbook.io/seminars/): Complete 4 weeks seminar ciricullum for learning about Bitcoin. - [Learn Me A Bitcoin](https://learnmeabitcoin.com/): Bitcoin, Cryptocurrencies and Blockchain explained in plain English - [Learn Web3 DAO](https://learnweb3.io/): Learn to become a Web3 Developer for free. -- [Mempool](https://mempool.space): Bitcoin block explorer, mempool visualizer, transaction tracker, and fee estimator +- [Lite Paper](https://litepaper.com/) : Cryptocurrencies & Blockchain made effortless +- [Lopp Bitcoin Resources](https://lopp.net/bitcoin.html) : Some Bitcoin Resources - [Mastering Bitcoin](https://www.oreilly.com/library/view/mastering-bitcoin/9781491902639/): Introduction to Bitcoin and tutorials to operate a full node -- [Learn About Bitcoin and Lightning Protocol](https://chaincode.gitbook.io/seminars/): Complete 4 weeks seminar ciricullum for learning about Bitcoin. +- [Mempool](https://mempool.space): Bitcoin block explorer, mempool visualizer, transaction tracker, and fee estimator
↥ Back To Top