找到约 13 条结果

文章 从以太坊或 OP 主网铸造 NFT

...有所收获。 本文一共有 3000 字,阅读完本文预计需要 20 分钟。 原文链接: [![Minting NFTs from Ethereum or OP Mainnet](https://blog.oplabs.co/content/images/size/w1200/2024/04/Final--2-.png)](https://blog.oplabs.co/minting-nfts-from-mainnet-or-op/) [Minting NF...

文章 给 Solidity 开发者的 Starknet 开发指南

...替换掉 `lib.cairo` 中的代码(见 [Github](https://github.com/xilibi2003/first_cairo/blob/main/src/lib.cairo)): ```caico #[starknet::contract] mod ownable { use starknet::ContractAddress; #[storage] struct Storage { owner: ContractAddress, } #...

文章 手把手带你构建Sui的索引器及RPC服务 @SUI Move开发必知必会

... SQLite database dev.db created at file:./dev.db Applying migration `20240623141512_init` The following migration(s) have been created and applied from new schema changes: migrations/ └─ 20240623141512_init/ └─ migration.sql Your database is now in sync with your schem...

文章 Eth2进展更新 (截至2021/2/27)

...是提交到 [GitHub issue](https://github.com/ethereum/eth2.0-pm/issues/202) 上所有方案的[汇总](https://docs.google.com/spreadsheets/d/1vhZTXcTRlFvOOFTXpeD-S52-hK3F6Huq-vp-26YeWJI/edit#gid=0)。现在已不再接受提交了。 票数最高的明显是 “恒星名”。验证者 POAP持...

文章 对话张烨@Scroll、Leo Fan@Cysic | 证明者网络和 zk 硬件加速

...成的挖矿市场与比特币的 PoW 挖矿机制有什么区别? 40:20 怎么理解硬件加速有利于 prover 网络的去中心化? $\,$ ## 嘉宾介绍 ### **Ye** 我叫 Zhang Ye,是 Scroll 的 Co-Founder。我主要做的是 ZK Research。具体而言就是 ZK Hardware ...

文章 如何构建一个以太坊网址缩短器去中心化应用程序(dApp)

...子是 [谷歌关闭他们的 URL 缩短服务](https://www.engadget.com/2018-03-30-google-shutting-down-goo-gl-url-shortening-service.html)。在这一点上,dApps 相较于传统应用程序具有显著的优势;dApps 有助于去中心化信息,使互联网对所有人更安全和可访问...

文章 Sui Move 学习之实现NFT并部署上链

... utf8(b"MyNFT collection"), utf8(b"https://avatars.githubusercontent.com/u/124650229?v=4"), utf8(b"This is MyNFT"), ]; let publisher = package::claim(witness, ctx); let mut display = display::new_with_fields(&publisher, keys, values, ctx); ...

文章 深入探讨ve(3,3)

![](https://img.learnblockchain.cn/2025/04/08/14fAxgmkxWbcGpFg-UKg6-A.png) ## **目录** 1. 引言 2. 提供流动性的激励 3. Curve 的治理代币解决方案 —— 投票抵押(Vote Escrow) 4. Curve 的问题 —— 利益不对齐与治理代币价值稀释 5. Solidly 的解决方案 ...

文章 (十九)WILD Coin 模块设计与实现解析

... = vault.reward_sui_blance.value(); // Calculate the donation amount (20% of total reward) let donation_amount = total_reward * 20 / 100; // Calculate the remaining amount for distribution (80% of total reward) let distribution_amount = total_reward - donation_amount; //...

文章 不作恶(Can’t Be Evil)的NFT许可证

...年前,新成立的 [Creative Commons (CC)](https://creativecommons.org/20-years/) 发布了第一套免费的公共许可,允许创作者将他们的版权作品的某些方面开放给公众,以便分享、再创作和在默认的“保留所有权利”声明之外重新使用。今天,...

文章 一文读懂私有泛型函数

...2 = new_box(data2); assert!(get_box_value(&box2) == &new_data(456), 2000) }} ``` 我们导入 `module2` 定义的类型和函数,然后创建单元测试 `test2`。 测试中我们调用 `new_data` 函数创建 `module2::Data2` 类型的值 `data2`,并在将私有泛型...

文章 SLIP-0044 : BIP-0044 注册的代币类型

...leCoin | | 151 | 0x80000097 | ERC | EuropeCoin | | 152 | 0x80000098 | DMD | Diamond | | 153 | 0x80000099 | BTM | Bytom | | 154 ...

文章 探索全同态加密

...能够解密数据或结果本身。 ![](https://img.learnblockchain.cn/2025/03/01/14409142_image.png) 举个简单的例子,假设你有一组电子邮件,你想使用第三方垃圾邮件过滤器来检查它们是否是垃圾邮件。垃圾邮件过滤器希望**保护其算法的隐私**...