https://github.com/jaceklaskowski/blockchain-notes
Notes about Blockchain and different Blockchain implementations (e.g. Litecoin, Ethereum, Bitcoin)
https://github.com/jaceklaskowski/blockchain-notes
bitcoin blockchain cryptocurrency ethereum iota litecoin
Last synced: about 2 months ago
JSON representation
Notes about Blockchain and different Blockchain implementations (e.g. Litecoin, Ethereum, Bitcoin)
- Host: GitHub
- URL: https://github.com/jaceklaskowski/blockchain-notes
- Owner: jaceklaskowski
- License: apache-2.0
- Created: 2017-09-07T09:08:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T20:45:28.000Z (over 7 years ago)
- Last Synced: 2025-03-29T05:34:43.931Z (2 months ago)
- Topics: bitcoin, blockchain, cryptocurrency, ethereum, iota, litecoin
- Homepage: http://bit.ly/blockchain-notes
- Size: 35.2 KB
- Stars: 40
- Watchers: 2
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blockchain Notes
As my notes about Blockchain and different Blockchain implementations (e.g. Litecoin, Ethereum, Bitcoin) grew too large on gist, found github more...productive.
## Contents
* [Blockchain](./blockchain.md)
* [Consensus Algorithm / Protocol](./consensus-algorithm.md)
* [Cryptocurrency](./cryptocurrency.md)
* [Litecoin Blockchain](./litecoin.md)
* [Bitcoin Blockchain](./bitcoin.md)
* [Wallet](./wallet.md)
* [Segregated Witness (SegWit)](./segwit.md)
* [Lightning Network](./lightning-network.md)
* [Initial Coin Offering (ICO)](./ico.md)
* [Coin Mining](./mining.md)
* [Soft and Hard Forks](./soft-hard-forks.md)
* [Bitcoin Cash (BCC) Hard Fork](./bcc.md)
* [Bitcoin Gold (BTG) Hard Fork](./btg.md)
* [Proof of Stake (PoS)](./proof-of-stake.md)
* [Proof of Work (PoW)](./proof-of-work.md)
* [Ethereum Blockchain](./ethereum.md)
* [Solidity -- Ethereum's Programming Language](./ethereum-solidity.md)
* [IOTA](./iota.md)
* [Blockchain Magazines](./magazines.md)
* [Alternative Blockchain Application Platforms (to Ethereum)](./alternative-blockchain-platforms.md)
* [Cryptocurrency Exchanges](./exchanges.md)
* [Further reading](./further-reading.md)