An open API service indexing awesome lists of open source software.

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)

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)