mirror of
https://github.com/yjjnls/awesome-blockchain.git
synced 2024-12-25 14:59:21 -05:00
Added Annotated white paper links for Bitcoin and Ethereum
This commit is contained in:
parent
da92f231b3
commit
e7ae1245d0
34
README.md
34
README.md
@ -6,7 +6,7 @@
|
||||
|
||||
The blockchain is an incorruptible digital ledger of economic transactions that can be programmed to record not just financial transactions but virtually everything of value (by [Don Tapscott](https://www.linkedin.com/pulse/whats-next-generation-internet-surprise-its-all-don-tapscott)).
|
||||
|
||||
<font color=#0099ff size=3>**This is not a simple collection of Internet resources, but verified and organized data ensuring it's really suitable for your learning process and useful for your development and application.**</font>
|
||||
<font color=#0099ff size=3>**This is not a simple collection of Internet resources, but verified and organized data ensuring it's really suitable for your learning process and useful for your development and application.**</font>
|
||||
|
||||
## Contents
|
||||
<details><summary>Click to expand</summary>
|
||||
@ -157,17 +157,17 @@ The "classic" Satoshi-blockchain is like a git repo with a single master branch
|
||||
-->
|
||||
- **Account and transaction model**
|
||||
* [UTXO model](https://www.jianshu.com/p/2f4e75dbc2e4)
|
||||
<!--
|
||||
<!--
|
||||
### Exchange
|
||||
-->
|
||||
- **Exchange**
|
||||
<!--
|
||||
<!--
|
||||
### Applications
|
||||
-->
|
||||
- **Applications**
|
||||
* [Do You Need a Blockchain?](https://spectrum.ieee.org/computing/networks/do-you-need-a-blockchain)
|
||||
* [What can't blockchain do?](https://www.jianshu.com/p/70f6a29a6296)
|
||||
* [More](./Extension/application.md)
|
||||
* [More](./Extension/application.md)
|
||||
<!--
|
||||
### Governance
|
||||
-->
|
||||
@ -188,9 +188,9 @@ The "classic" Satoshi-blockchain is like a git repo with a single master branch
|
||||
|
||||
[<img src="https://bitcoin.org/img/icons/logotop.svg" align="right" width="120">](https://bitcoincore.org)
|
||||
|
||||
**Bitcoin** is an experimental digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses **peer-to-peer** technology to **operate with no central authority**: managing transactions and issuing money are carried out collectively by the network.
|
||||
**Bitcoin** is an experimental digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses **peer-to-peer** technology to **operate with no central authority**: managing transactions and issuing money are carried out collectively by the network.
|
||||
|
||||
- [BitCoin white paper: A Peer-to-Peer Electronic Cash System](https://bitcoin.org/bitcoin.pdf) / [Chinese version](BitCoin/white%20paper.md)
|
||||
- [BitCoin white paper: A Peer-to-Peer Electronic Cash System](https://bitcoin.org/bitcoin.pdf) / [Chinese version](BitCoin/white%20paper.md) / [Annotated BitCoin white paper](https://fermatslibrary.com/s/bitcoin)
|
||||
- [Mastering BitCoin](https://github.com/bitcoinbook/bitcoinbook) / [Chinese version](http://book.8btc.com/books/6/masterbitcoin2cn/_book/) / [pdf download](http://book.8btc.com/master_bitcoin?export=pdf)
|
||||
- [Bitcoin Improvement Proposals (BIPs)](https://github.com/bitcoin/bips/)
|
||||
|
||||
@ -200,7 +200,7 @@ The "classic" Satoshi-blockchain is like a git repo with a single master branch
|
||||
+ [Libraries](./BitCoin/awesome.md#libraries) - C++, JavaScript, PHP, Ruby, Python, Java, .Net
|
||||
+ [Web services](./BitCoin/awesome.md#blockchain-api-and-web-services)
|
||||
+ [Full nodes](./BitCoin/awesome.md#full-nodes)
|
||||
+ [More](./BitCoin/awesome.md)
|
||||
+ [More](./BitCoin/awesome.md)
|
||||
|
||||
### [Ethereum](https://github.com/ethereum)
|
||||
|
||||
@ -211,7 +211,7 @@ The "classic" Satoshi-blockchain is like a git repo with a single master branch
|
||||
These apps run on a custom built **blockchain, an enormously powerful shared global infrastructure that can move value around and represent the ownership of property.**
|
||||
|
||||
|
||||
- [Ethereum white paper](https://github.com/ethereum/wiki/wiki/White-Paper) / [Chinese version](./Ethereum/white%20paper.md)
|
||||
- [Ethereum white paper](https://github.com/ethereum/wiki/wiki/White-Paper) / [Chinese version](./Ethereum/white%20paper.md) / [Annotated Ethereum white paper](https://fermatslibrary.com/s/ethereum-a-next-generation-smart-contract-and-decentralized-application-platform)
|
||||
- [Mastering Ethereum](https://github.com/ethereumbook/ethereumbook) / [Chinese version](https://github.com/inoutcode/ethereum_book)
|
||||
- [Ethereum Yellow Paper](https://ethereum.github.io/yellowpaper/paper.pdf) / [Chinese version](https://github.com/yuange1024/ethereum_yellowpaper)
|
||||
- [Ethereum wiki](https://github.com/ethereum/wiki/wiki)
|
||||
@ -315,7 +315,7 @@ These apps run on a custom built **blockchain, an enormously powerful shared glo
|
||||
- [**Java**: _Creating Your First Blockchain with Java_](https://medium.com/programmers-blockchain/create-simple-blockchain-java-tutorial-from-scratch-6eeed3cb03fa)
|
||||
- [**Java**: _Write a blockchain with java_](https://www.jianshu.com/p/afd8c465c91a)
|
||||
- [**JavaScript**: _A cryptocurrency implementation in less than 1500 lines of code_](https://github.com/conradoqg/naivecoin)
|
||||
- [**JavaScript**: _A web-based demonstration of blockchain concepts_](https://github.com/anders94/blockchain-demo/)
|
||||
- [**JavaScript**: _A web-based demonstration of blockchain concepts_](https://github.com/anders94/blockchain-demo/)
|
||||
- [**JavaScript**: _Build your own Blockchain in JavaScript_](https://github.com/nambrot/blockchain-in-js)
|
||||
- [**JavaScript**: _Code for Blockchain Demo_](https://github.com/seanjameshan/blockchain)
|
||||
- [**JavaScript**: _Creating a blockchain with JavaScript_](https://github.com/SavjeeTutorials/SavjeeCoin)
|
||||
@ -593,12 +593,12 @@ Key enhancements over go-ethereum:
|
||||
Best design and security practice_
|
||||
|
||||
|
||||
- [**Best of Bitcoin Maximalist - Scammers, Morons, Clowns, Shills & BagHODLers - Inside The New New Crypto Ponzi Economics**](https://github.com/bitsblocks/bitcoin-maximalist), 2018 - FREE
|
||||
- [**Best of Bitcoin Maximalist - Scammers, Morons, Clowns, Shills & BagHODLers - Inside The New New Crypto Ponzi Economics**](https://github.com/bitsblocks/bitcoin-maximalist), 2018 - FREE
|
||||
|
||||
- [**Crypto Facts - Decentralize Payments - Efficient, Low Cost, Fair, Clean - True or False?**](https://github.com/bitsblocks/crypto-facts), 2018 - FREE
|
||||
- [**Crypto Facts - Decentralize Payments - Efficient, Low Cost, Fair, Clean - True or False?**](https://github.com/bitsblocks/crypto-facts), 2018 - FREE
|
||||
|
||||
- [**IslandCoin White Paper - A Pen and Paper Cash System - How to Run a Blockchain on a Deserted Island**](https://github.com/bitsblocks/islandcoin-whitepaper)
|
||||
by Tal Kol --
|
||||
by Tal Kol --
|
||||
_Motivation ++
|
||||
Consensus ++
|
||||
Transaction and Block Specification -
|
||||
@ -606,15 +606,15 @@ Key enhancements over go-ethereum:
|
||||
Block format •
|
||||
Genesis block ++
|
||||
References_
|
||||
|
||||
|
||||
- [**Blockchain in Action**](https://www.manning.com/books/blockchain-in-action) by Bina Ramamurthy, early access --
|
||||
_Learn how blockchain differs from other distributed systems ++
|
||||
Smart contract development with Ethereum and the Solidity language ++
|
||||
Web UI for decentralized apps ++
|
||||
Identity, privacy and security techniques ++
|
||||
On-chain and off-chain data storage_
|
||||
|
||||
|
||||
|
||||
|
||||
### Applications
|
||||
|
||||
#### Identity Applications
|
||||
@ -672,12 +672,12 @@ Key enhancements over go-ethereum:
|
||||
|
||||
- [Steem](https://steem.io) - Decentralized social network which incentivises content creation and curation.
|
||||
- [PopChest](https://popchest.com) - Incentivized distributed video platform.
|
||||
- [Civil](https://joincivil.com) - Decentralized newsmaking platform.
|
||||
- [Civil](https://joincivil.com) - Decentralized newsmaking platform.
|
||||
|
||||
---
|
||||
## Contribute
|
||||
|
||||
Contributions welcome!
|
||||
Contributions welcome!
|
||||
|
||||
1. Fork it (<https://github.com/yjjnls/awesome-blockchain/fork>)
|
||||
2. Clone it (`git clone https://github.com/yjjnls/awesome-blockchain`)
|
||||
|
Loading…
Reference in New Issue
Block a user