找到约 15 条结果

文章 DAO的法律考量

...基础知识](https://blockapps.net/blog/the-fundamentals-of-the-metaverse-and-web3/) - [去中心化系统实现的网络安全未来](https://blockapps.net/blog/the-future-of-cybersecurity-with-decentralized-systems/) - [通证化及其对商业的影响](https://blockapps.net/blog/tokenization-an...

文章 Sui Move 实现一个简单的无需管理的自动开奖系统 —— Self-service lottery

...w: SELF_SERVICE_LOTTERY, ctx: &mut TxContext) { // generate Publisher and transfer it package::claim_and_keep(otw, ctx); // generate LotterySystem and share it transfer::share_object(LotterySystem { id: object::new(ctx), lotteries: table::new(ctx), ls_i...

文章 全面了解欺诈证明和有效性证明的指南

...ttps://ethereum.org/en/developers/docs/scaling/zk-rollups/#zk-rollups-pros-and-cons),这可能增加费用,特别是当交易复杂时。 2. **复杂的实现**:ZK Rollups 所需的加密算法和证明系统更复杂,难以实现和维护。 3. **可信的设置:** 证明系统,如 [SNA...

文章 Awesome Uniswap v3

...swap v3 的做市格局](https://www.nansen.ai/research/the-market-making-landscape-of-uniswap-v3) - 对截至 2021 年 8 月下旬 Uniswap v3 上典型 LP 行为的分析 - [因为并非所有 Uniswap V3 池都是生而平等的……](https://defi-lab.medium.com/because-not-all-uniswap-v3-pools-a...

文章 UUPSUpgradeable 漏洞分析

...pgrade方法,用于授权一个新地址。同时提供了一个upgradeToAndCall方法,用于升级后马上进行初始化操作。 ```js function upgradeTo(address newImplementation) external virtual { //第一步检查msg.sender的权限 _authorizeUpgrade(newInplementation); ...

文章 如何启动一个DAO博客

...考虑了 [DAO 的优缺点](https://www.web3.university/article/the-pros-and-cons-of-building-a-dao),并准备好将你的知识付诸实践。此外,虽然从技术上讲你可以在各种区块链上构建 DAO,但我们将使用以太坊网络进行此分析,因为截至撰写本文时,...

文章 将Uniswap V4集成到你的智能合约中:逐步指南

...前已经涵盖了 [Uniswap v3](https://www.buildbear.io/resources/guides-and-tutorials/uniswapv3) 并将其集成到我们的项目中。 ## Uniswap V4 有什么新变化? **Hook功能 (Hooks Feature):** Hook是可以链接到流动性池的智能合约,为池的生命周期的各个阶段(...

文章 深入以太坊虚拟机 - 来自《精通以太坊》

...有符号大于比较 EQ //相等比较 ISZERO //简单的非运算 AND //按位与操作 OR //按位或操作 XOR //按位异或操作 NOT //按位非操作 BYTE //从完整的 256 位宽字中检索单个字节 ``` **环境操作码** :处理执行环境信息的...

文章 解构 DeFi :代币、Pool 与 Vault 的演变

... 法币支持:[USDC](https://www.circle.com/blog/an-overview-of-usdc-and-circles-stablecoin-infrastructure) (circle, 2018), [USDT](https://tether.to/ru/redeem-tethers-to-fiat-currency/) (tether, 2017), [PyUSD](https://www.paxos.com/mint-and-redeem) (paypal, 2023) * 1:1 Hook赎回,以链...

文章 EVM Paymaster & Bundler 前五大供应商的性能基准测试

... ![](https://img.learnblockchain.cn/2025/07/05/mework_Navigate_Rollups_L1s_and_L2s_050fed92d4.png) ### 概述 (TL;DR) - **我们**分析了前五大EVM Paymaster & Bundler解决方案(Gelato Relay、Pimlico、ZeroDev UltraRelay、Alchemy和ThirdWeb)的性能指标 - **测试**揭示了延迟...

文章 加密货币 Staking:Staking 监管的全面概述

...ge/onpoint/2023/1/initiatives-to-regulate-the-crypto-asset-class-in-the-eu-and-the.html)处于领先地位,但美国仍然保持着更加分散的方法。在亚洲,日本等国家已经建立了明确的框架,承认加密货币为合法财产并实施了具体的质押法规。 **关键的...

文章 多维度评判硬件钱包的安全性和可信度

... _来源: [https://foundationdevices.com/2020/05/evaluating-the-security-and-trustability-of-hardware-wallets/](https://foundationdevices.com/2020/05/evaluating-the-security-and-trustability-of-hardware-wallets/)_ 随着比特币价格攀升,我们意识到鼓励用户将资产从交易所里...

文章 Rust NFT 开发实战:构建生产级的 Pinata IPFS 自动化上传工具

...ting binary (application) `rust` package note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html Solidity/polyglot-pinata-uploader on 🐳 v28.2.2 (orbstack) ➜ cd rust ``` ### 安装依赖 ```bash ➜ cargo add pinata...

文章 定义和讨论 “比特币的安全性”

...SHI256\]_ > > _来源: [https://medium.com/block-digest-mempool/defining-and-discussing-bitcoin-security-38f35cc80c18](https://medium.com/block-digest-mempool/defining-and-discussing-bitcoin-security-38f35cc80c18)_ ![img](https://img.learnblockchain.cn/2025/07/14/My6LQ.jpeg) ## 没有 “网络...

文章 Solana - 如何使用Solidity和Solang创建和铸造SPL代币 - Quicknode

...node.com/signup?utm_source=internal&utm_campaign=guides&utm_content=create-and-mint-an-spl-token-using-solang) 注册一个免费账户。我们将使用 Solana 开发网端点。 复制 HTTP 提供程序链接: [![QuickNode Solana Node Endpoint](https://img.learnblockchain.cn/2025/03/03/solana-...