Consensus algorithms
Consensus Algorithms Consensus Algorithms 1. Proof of Work (PoW) 2. Proof of Stake (PoS) 3. Delegated Proof of Stake (DPoS) 4. Proof of Authority (PoA
UUPS contract
UUPS 代理合约 引言 🌐 在区块链开发的多变领域中,合约的可升级性是一个关键特性,它允许开发者随着时间推移更新和改进他们的合约。**UUPS(通用可升级代理标准)**是一个关键的标准,它在 Solidity 中实现了合约的可升级性。这个标准特别有趣,因为它通过将升级函数直接放在逻辑合约中,解决
Study
未读
Learn about rust marcos
Learn about rust marcos Rust marcos are a powerful feature that allow you to write code that is more concise, readable, and maintainable. They are use
Rust with Algorithms and Crypto
Rust 与 web3 Rust 与 web3 1. Rust 语言参考资料与实现方法
How to verify a contract
How to verify a contract with Foundry How to verify a contract with Foundry Foundry 简介
UTF-8 with BOM and UTF-8
如何检测并移除文件中的 UTF-8 BOM 在处理文本文件时,我们常常会遇到文件编码问题。特别是 UTF-8 编码中的 BOM(Byte Order Mark)可能会引发一些意想不到的问题。在本文中,我们将详细分析如何检测文件中的 UTF-8 BOM,以及如何将其移除,从而将文件转换为没有 BOM
Radix sort by rust
基数排序在 Rust 中的实现 🦀 基数排序是一种非比较型的整数排序算法,它通过将整数键按照构成这些键的各个数字分组,然后对这些分组进行排序来实现排序。
Solidity Keywords Difference and Usage Guide 📘
Solidity 关键字差异与使用指南 📘 在 Solidity 中,有几个关键字在日常使用中容易混淆,它们各自有不同的用途和特性。 Solidity 关键字差异与使用指南 📘 Imm