All Projects → LiuBoyu → Blockchain

LiuBoyu / Blockchain

Licence: mit
区块链 - 中文资源

Projects that are alternatives of or similar to Blockchain

Python blockchain app
A fully functional blockchain application implemented in Python from scratch (with tutorial).
Stars: ✭ 510 (-90.85%)
Mutual labels:  blockchain
Lnd
Lightning Network Daemon ⚡️
Stars: ✭ 5,623 (+0.88%)
Mutual labels:  blockchain
Dtube
📺 d.tube app. A full-featured video sharing website, decentralized.
Stars: ✭ 569 (-89.79%)
Mutual labels:  blockchain
Token Profile
Blockchain coin and token profile collection
Stars: ✭ 518 (-90.71%)
Mutual labels:  blockchain
Paper
On self sovereign human identity.
Stars: ✭ 537 (-90.37%)
Mutual labels:  blockchain
Skycoin
Skycoin Core and Wallet
Stars: ✭ 549 (-90.15%)
Mutual labels:  blockchain
Graphite
Encrypted, secure, user-owned productivity suite
Stars: ✭ 505 (-90.94%)
Mutual labels:  blockchain
Status Go
The Status module that consumes go-ethereum
Stars: ✭ 579 (-89.61%)
Mutual labels:  blockchain
Btcpool Abandoned
backend of pool.btc.com
Stars: ✭ 541 (-90.29%)
Mutual labels:  blockchain
Elrond Go
⚡ Elrond-GO: The official implementation of the Elrond protocol, written in golang.
Stars: ✭ 560 (-89.95%)
Mutual labels:  blockchain
Go Iost
Official Go implementation of the IOST blockchain
Stars: ✭ 523 (-90.62%)
Mutual labels:  blockchain
Eos Go
EOS.IO Go API library
Stars: ✭ 531 (-90.47%)
Mutual labels:  blockchain
Awesome Blockchain Articles
A collection of awesome blockchain articles. Good learning resources about blockchain.
Stars: ✭ 552 (-90.1%)
Mutual labels:  blockchain
Scorex
Scorex 2.0 Core
Stars: ✭ 517 (-90.72%)
Mutual labels:  blockchain
Beam
Beam: Scalable Confidential Cryptocurrency. Leading the way to Confidential DeFi
Stars: ✭ 571 (-89.76%)
Mutual labels:  blockchain
Bitshares Ui
Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain
Stars: ✭ 505 (-90.94%)
Mutual labels:  blockchain
Ethql
A GraphQL interface to Ethereum 🔥
Stars: ✭ 547 (-90.19%)
Mutual labels:  blockchain
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (-89.59%)
Mutual labels:  blockchain
Lisk Desktop
🖥 Lisk graphical user interface for desktop
Stars: ✭ 575 (-89.68%)
Mutual labels:  blockchain
Chain33
高度模块化, 遵循 KISS原则的区块链开发框架
Stars: ✭ 551 (-90.11%)
Mutual labels:  blockchain

Blockchain 区块链 - 中文资源阅读列表

Hyperledger Fabric v1.0.5 官方文档的简体中文翻译版本,翻译工作正在火热进行中,欢迎加入。

Email: [email protected]


新手入门

入门书籍

行业报告

理论基础

相关文章

相关社区

相关公司


基础知识

Merkle Tree - 梅克尔树 (Bitcoin)

Merkle Patricia Tree - 梅克尔帕特里夏树 (Ethereum)

共识机制

密码学

博弈论

隐私保护

零知识证明 - Zero-Knowledge Proof

交易性能

跨链技术

智能合约


Blockchain v1.0 - Bitcoin

Bitcoin Core - BTC - (Bitcoin - 交易性能: SegWit), github

Bitcoin Cash - BCC - (Bitcoin - 交易性能: 扩容8M), github

Zcash - ZEC - (Bitcoin - 隐私保护: 零知识证明), github

Zcoin

Dash

Monero


Blockchain v1.0 - 跨链技术(侧链)

Sidechains - (Bitcoin侧链: 楔入式侧链 - Pegged Sidechains, 闪电网络 - Lightning Network)

Rootstock - RSK(根链) - (Bitcoin侧链: 智能合约)

BTC Relay - (Ethereum侧链: 跨链 -> Bitcoin)

Polkadot

Cosmos


Blockchain v1.X - 去中心化存储

IPFS

Filecoin

BigchainDB


Blockchain v1.X - 二代币

Ripple - (瑞波)

NXT - (未来币)

BitShares - (比特股) - (共识机制: DPOS, 去中心化: DAC), github

Cryptonomex - (石墨烯) - (BitShares v2.0 底层框架), github


Blockchain v1.X - Dapps

Steem - 推荐(非常典型的区块链应用项目 - steemit), github

YOYOW - 推荐(Steem的中文克隆)


Blockchain v2.0 - Ethereum

Ethereum - ETH - (v2.0 - 智能合约), github

  • ETH - Ethereum, 以太坊
  • ETC - Ethereum Classic, 以太坊原链

智能合约

Dapps

The DAO (Ethereum) - 去中心化的自治组织, Decentralized Autonomous Organization

Swarm

Whisper

BTC Relay

Oraclize


Blockchain v2.0 - Others

EOS - github

NEO

Qtum


Blockchain - DAG

IOTA - (DAG)

Byteball - (DAG)

EP-CHAIN 环净链 - (DAG), 国内ICO项目

Nerthus 纳尔图 - (DAG), 国内ICO项目

AskCoin - (DAG), 国内ICO项目


区块链架构技术

区块链作为一个整体被重构成包含四层程序栈的组件:

1. 应用程序
2. 去中心化计算平台(“区块链平台”)
3. 去中心化处理(“智能合约”), 去中心化存储(文件系统,数据库), 以及去中心化通信
4. 密码原语,一致性协议,和其他算法

常用术语

  • 共识机制 - Consensus
  • 拜占庭将军问题 - Byzantine Generals Problem
  • 拜占庭容错 - Byzantine Fault-Tolerant, BFT
  • 纳什均衡 -
  • 双花攻击/双重支付攻击 - Double-Spend Attack
  • SPV - 简单支付验证
  • POW - 工作量证明, Proof-Of-Work, 挖矿 (mine)
  • POS - 权益证明, Proof-of-Stake, 铸造 (mint)
  • NXT - 锻造 (forge)
  • DPOS - 股权证明, Delegated Proof-Of-Stake
  • PBFT - Hyperledger Fabric
  • DBFT - 小蚁
  • PAXOS - 传统分布式一致性算法
  • RAFT - 传统分布式一致性算法
  • DMMS - Dynamic Membership Multiparty Signatures
  • SHA256 - bitcoin
  • SCRYPT - litecoin
  • HEFTY1
  • ETHASH - ethereum
  • EQUIHASH - zcash
  • Merkle Tree - 梅克尔树
  • Merkle Root
  • Merkle Patricia Tree - 梅克尔帕特里夏树
  • getwork
  • getblocktemplate
  • stratum
  • Auxiliary Proof-of-Work - AuxPOW
  • Auxiliary Blockchain

Bitcoin网络协议

  • version
  • verack
  • addr
  • getaddr
  • getblocks 本地区块链的顶端区块哈希值
  • inv 补充区块的哈希值
  • getdata 请求得到全区块信息
  • getheaders
  • headers
  • filterload
  • filteradd
  • filterclear
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].