Blockchain Scalability
Blockchain Scalability 的内涵 Blockchain 要处理的核心挑战: replicated computation replicated storage consensus overhead Scalability 解...
Blockchain Scalability 的内涵 Blockchain 要处理的核心挑战: replicated computation replicated storage consensus overhead Scalability 解...
Consensus Protocols Motivations, Concepts and Principles graph LR A[Fault Tolerance] --> B[Availability] A --> C[Reliabilit...
走出 C++ 舒适区,踏进一个全新的领域.jpg
Function Modifiers 通常可以用于检查函数参数是否合法. Modifiers 的检查是在 runtime 进行的.
Smart Contract 是如何运作的?
Data Types Arrays 12345uint[5] arr;// similar to std::arrayuint[] vec;// similar to std::vectoruint newLength = vec.push();...
NTU 的课比较 Bottom Up,细节很丰富,但是比较容易让人一头雾水到底在干嘛,所以尝试以自己的视角写一篇 Top Down Approach 的(非技术性)文章。其实我感觉最好也是在非技术性综述里放上导向技术细节的文章链接
浅浅解析
Recall: TX 的数据结构 Transaction 由三部分组成: 指向 unspent UTXO 的 Hash Pointer 以及每一个 unspent UTXO 对应的 unlocking script 一个 bitcoin unl...
梳理一下交易从创建、验证、记录到区块到被花费的完整流程~