2018-Why Decentralization Matters: Cryptonetworks are a powerful way to develop community-owned networks and provide a level playing field for 3rd-party developers, creators, and businesses.
2016-从概念到底层技术,一篇文看懂重塑世界的区块链: 区块链是目前一个比较热门的新概念,蕴含了技术与金融两层概念。从技术角度来看,这是一个牺牲一致性效率且保证最终一致性的的分布式的数据库,当然这是比较片面的。从经济学的角度来看,这种容错能力很强的点对点网络,恰恰满足了共享经济的一个必须要求——低成本的可信环境。
2019-区块链不仅是技术,更是新的机制设计: 区块链不仅仅是一种集成技术,更是一种去中心、信息共享、共识的新组织形式,其规则设计旨在依靠网络结构中多个节点之间的博弈,来实现更大范围和更深层次的复杂交易,并以计算机应用程序和算法的形式展现。
2019-Mastering Bitcoin #Book#: Mastering Bitcoin is a book for developers, although the first two chapters cover bitcoin at a level that is also approachable to non-programmers. Anyone with a basic understanding of technology can read the first two chapters to get a great understanding of bitcoin.
Blockgeeks #Blog#: Blockgeeks is a leading online learning platform that helps anyone learn Blockchain in business, software, technology and creative skills to achieve personal and professional goals.
2018-BlockShell #Project#: A command line utility for learning Blockchain technical concepts likechaining, mining, proof of work etc.
2017-A blockchain in 200 lines of code: This makes understanding blockchains a necessarily harder task, than it must be. Especially source-code-wisely. Here I will go through a super-simple blockchain I implemented in 200 lines of Javascript called NaiveChain.
2017-Crackcoin: Crackcoin is a very basic blockchain-free cryptocurrency PoC in Python.