mirror of
https://github.com/yjjnls/awesome-blockchain.git
synced 2024-10-01 00:45:35 -04:00
update
This commit is contained in:
parent
cc63c7a608
commit
3152316ec9
32
README.md
32
README.md
@ -1,4 +1,5 @@
|
|||||||
# Awesome Blockchain [![Awesome](https://awesome.re/badge.svg)](https://github.com/yjjnls/awesome-blockchain)
|
# Awesome Blockchain
|
||||||
|
[![Awesome](https://awesome.re/badge.svg)](https://github.com/yjjnls/awesome-blockchain)
|
||||||
>Curated list of resources for the development and applications of block chain.
|
>Curated list of resources for the development and applications of block chain.
|
||||||
|
|
||||||
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)).
|
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)).
|
||||||
@ -7,13 +8,12 @@ The blockchain is an incorruptible digital ledger of economic transactions that
|
|||||||
|
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
- [Awesome Blockchain](#awesome-blockchain-awesomehttpsgithubcomyjjnlsawesome-blockchain)
|
- [Awesome Blockchain](#awesome-blockchain)
|
||||||
- [Contents](#contents)
|
- [Contents](#contents)
|
||||||
- [Frequently Asked Questions (F.A.Q.s) & Answers](#frequently-asked-questions-faqs--answers)
|
- [Frequently Asked Questions (F.A.Q.s) & Answers](#frequently-asked-questions-faqs--answers)
|
||||||
- [Basic Introduction](#basic-introduction)
|
- [Basic Introduction](#basic-introduction)
|
||||||
- [Further Extesnsion](#further-extesnsion)
|
- [Further Extesnsion](#further-extesnsion)
|
||||||
- [Books](#books)
|
- [Books](#books)
|
||||||
- [Talk Notes](#talk-notes)
|
|
||||||
- [Development Tutorial](#development-tutorial)
|
- [Development Tutorial](#development-tutorial)
|
||||||
- [BitCoin](#bitcoin)
|
- [BitCoin](#bitcoin)
|
||||||
- [Ethereum](#ethereum)
|
- [Ethereum](#ethereum)
|
||||||
@ -108,16 +108,15 @@ A: Yes, every branch in the git repo is a blockchain.
|
|||||||
The "classic" Satoshi-blockchain is like a git repo with a single master branch (only).
|
The "classic" Satoshi-blockchain is like a git repo with a single master branch (only).
|
||||||
|
|
||||||
## Basic Introduction
|
## Basic Introduction
|
||||||
基础概念和原理介绍
|
* [Encryption](./Basic/crypto.md) 数字加密相关知识
|
||||||
* [数字加密相关知识](./Basic/crypto.md)
|
- [ ] [Consensus]() 共识算法详解
|
||||||
- [ ] 共识算法介绍
|
* [Account and transaction model](./Basic/account.md) 账户与交易模型
|
||||||
* [账户与交易模型](./Basic/account.md)
|
- [ ] [Bitcoin basics]() 比特币基础知识
|
||||||
- [ ] 比特币基础知识
|
- [ ] [Ethereum basics]() 以太坊基础知识
|
||||||
- [ ] 以太坊基础知识
|
<!-- - [ ] []()链上治理 -->
|
||||||
- [ ] 链上治理
|
- [ ] [Exchange]() 数字交易所基础知识
|
||||||
- [ ] 数字交易所基础知识
|
- [ ] [Application]() 应用与思考:区块链不能做什么?
|
||||||
- [ ] 应用与思考
|
* [Digital currency ranking](https://coinmarketcap.com/) 数字货币排行
|
||||||
* [数字货币排行](https://coinmarketcap.com/)
|
|
||||||
|
|
||||||
## Further Extesnsion
|
## Further Extesnsion
|
||||||
### Books
|
### Books
|
||||||
@ -257,12 +256,6 @@ Block format •
|
|||||||
Genesis block ++
|
Genesis block ++
|
||||||
References_
|
References_
|
||||||
|
|
||||||
### Talk Notes
|
|
||||||
|
|
||||||
- [**Blockchain! Blockchain! Blockchain! - Build Your Own Blockchains in JavaScript from Zero (Scratch)**](https://github.com/geraldb/talks/blob/master/blockchain.md) by Gerald Bauer, Vienna.js, September 2017
|
|
||||||
- [**Blockchain! Blockchain! Blockchain! - Build Your Own Blockchains in Ruby from Zero (Scratch)**](https://github.com/geraldb/talks/blob/master/blockchain_ruby.md) by Gerald Bauer, Vienna.rb, Dezember 2017
|
|
||||||
- [**Blockchain vs (Hyper) Ledger -- Inside (Hyper) Ledger Lite - Add Transactions One Block at a Time and Balance the Accounts (Books)**](https://github.com/geraldb/talks/blob/master/hyperledger.md) by Gerald Bauer, Hyperledger Vienna, March 2018
|
|
||||||
- [**Blockchain! Blockchain! Blockchain! - Build Your Own Blockchains in Go from Zero (Scratch)**](https://github.com/geraldb/talks/blob/master/blockchain_go.md) by Gerald Bauer, Vienna.go, April 2018
|
|
||||||
|
|
||||||
## Development Tutorial
|
## Development Tutorial
|
||||||
### [BitCoin](https://github.com/bitcoin/bitcoin)
|
### [BitCoin](https://github.com/bitcoin/bitcoin)
|
||||||
@ -282,7 +275,6 @@ References_
|
|||||||
|
|
||||||
|
|
||||||
## Releated Tools
|
## Releated Tools
|
||||||
深入学习
|
|
||||||
### Solidity
|
### Solidity
|
||||||
### truffle
|
### truffle
|
||||||
### web3.js
|
### web3.js
|
||||||
|
Loading…
Reference in New Issue
Block a user