找到约 15 条结果

文章 推出 SafeDAO 和 Safe Token ($SAFE)

... 继 [从 Gnosis 分拆](https://forum.gnosis.io/t/gip-29-spin-off-safedao-and-launch-safe-token/3476) 之后,[Safe 筹集了 1 亿美元](https://safe.mirror.xyz/zMPp8uqZpxKgeXotSFv76bd2G8lJTmghH1FDWFm604c) 以加速增长,并承诺将生态系统的核心组件的控制权交给 token 持有...

文章 最佳“选择你的链”框架:导航 Rollups、L1 和 L2

... ![](https://img.learnblockchain.cn/2025/06/17/mework_Navigate_Rollups_L1s_and_L2s_2a3ce23aa3.png) **本系列之前的文章:** - [Gelato 的 Avalanche L1 和原生互操作性指南](https://learnblockchain.cn/article/16210) - [L1 区块链堆栈:Avalanche vs Cosmos](https://www.gelato.netw...

文章 Let's Move - 学 Move 得 Sui(二):完成 Coin 合约的上链部署

...类型声明如下 ```move /// Capability allowing the bearer to mint and burn /// coins of type `T`. Transferable struct TreasuryCap has key, store { id: UID, total_supply: Supply } /// A Supply of T. Used for minting and burning. /// Wrapped into a `TreasuryCap` in the `...

文章 每周以太坊进展 2021/01/24

...er 以及外部函数合成](https://fv.ethereum.org/2021/01/18/smtchecker-and-synthesis-of-external-functions/):Solidity 下一版中即将加入的功能 - [给开发者的以太坊指南,part-2](https://snakecharmers.ethereum.org/a-developers-guide-to-ethereum-pt-2/) ## 安全性 - Liv...

文章 【三】GKR 协议系列之Extended MUL/ADD

...1)}(x_1, x_2, x_3, x_4) = \begin{cases} 1, \textcolor{red} {\text{if and only if }} (in_{1, 0}(1), in_{2, 0}(1)) = (x_1, x_2, x_3, x_4) \\ 0, \text{others} \end{cases} \\ \Longrightarrow \chi_{(1, 0, 1, 1)}(x_1, x_2, x_3, x_4) = x_1 (1 - x_2) x_3 x_4 $$ 合并后我们就拿到...

文章 跟我学 Solidity :合约的创建和继承

...tps://medium.com/better-programming/learn-solidity-smart-contract-creation-and-inheritance-8424adac3570 作者: [Wissal haji](https://wissal-haji.medium.com/) > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/peop...

文章 以太坊无状态系列 #1:状态过期和历史过期

...ate/1719410493586) 来源:https://notes.ethereum.org/@vbuterin/verkle_and_state_expiry_proposal [在**ethresear.ch**的讨论中,状态过期的结构](https://ethresear.ch/t/resurrection-conflict-minimized-state-bounding-take-2/8739)是每年重置状态树,只存储前一个周期的...

文章 实现一个可管理、增发、兑换、冻结等高级功能的代币

... return amount; // ends function and returns } function sell(uint amount) returns (uint revenue){ require(balanceOf[msg.sender] >= amount); // checks if the sender has enough to sell balanceOf[this] += amount; ...

文章 ETH2进展更新(截至2020/7/10)

...8693851901894661),他们还[发文](https://kb.beaconcha.in/ethereum-2.0-and-depositing-process)阐释了存款程序和验证者状态。 ## 释义性文章 最近的文章大多与信标链节点和验证者的运行相关。参考以下: * Attestant的Steve Berryman:在[Altona测...

文章 NFT 交易所合约开发教程(Solidity & Hardhat)

...在 `hardhat.config.js` 文件中。我们叫这个“独立的网络(standalone network)”(之前我们运行的“过程中(in process)”的网络)。你可以在这个 Hardhat 文档中了解这些内容。这个 Hardhat 独立网络通过 localhost IP 地址 127.0.0.1 和端口 854...

文章 EVM 任意调用审计要点

...s/#:~:text=Solidity%20offers%20low%2Dlevel%20call,delegatecall\(\)%20%2C%20and%20address.) 调用来窃取。 以下是我们的审计笔记,从中你将学习到我们是如何想到这种检测器的,以及它实际上是什么。务必仔细[学习](https://docs.chain.link/ccip/tutorials/s...

文章 意图桥:跨链价值转移与互操作性的未来

....com/across-protocol/the-state-of-cross-chain-how-across-saves-on-gas-fees-and-why-that-matters-67757a4efc9a) 和手续费降低。 ![](https://img.learnblockchain.cn/2025/04/11/1l8fs2MxMlaeDMX0gnaTDVQ.png) _桥接可以使用链上或链下流动性填充订单,存款可以单独或批量验证...

文章 用 Rust 开发 Solana:解锁 Web3 交易费用计算

...inary (application) `solfeecalc` package note: see more `Cargo.toml` keys and their definitions at ******************************************************* cd solfeecalc ls Cargo.toml src cargo run Compiling solfeecalc v0.1.0 (/Users/qiaopengjun/Code/Solana/SolanaSandbox/solfeecalc) F...

文章 2025/05 ZK 技术进展 by ZK Mesh

...evin Jue, Eugene Rabinovich, Gyumin Roh 和 Ron D. Rothblum - [Poseidon and Neptune:利用子空间轨迹的 Gröbner Basis 密码分析](https://eprint.iacr.org/2025/954) \| Lorenzo Grassi, Katharina Koschatko 和 Christian Rechberger - [Ligerito:一种小型且具体快速的多项式承...

文章 每周以太坊进展2022/7/16

...ps://ethereum-magicians.org/t/how-i-learned-to-stop-worrying-about-the-dos-and-love-the-chain/9941),那么运行一个岗哨节点直到以太坊发布单一秘密领导选举协议(SSLE)来修复问题 * [Constantine](https://our.status.im/fastest-bls-signature-implementation/) BLS 实现,...