找到约 13 条结果

文章 Foresight Ventures: 读懂 Web3 的另一面「隐私」

...何用更好的 App 来吸引用户. 根据 DuckDuckGo 对流行的免费 Android 应用程序的分析显示, 96% Android 上的免费应用程序都包含第三方跟踪器, 其中 87% 会将数据发送给 Google, 而 68% 将发送给 Facebook. 区块链上数据的同质化让 Web3 开发者在...

文章 Move训练营-task1学习笔记

...───────╮ │ │ │ Commands │ │ │ ├────────────────────────────────────...

文章 Catalyst 入门 - 一个跨链 AMM

... - **团队——** Catalyst 拥有一个由联合创始人 Jim 和 Alexander 领导的加密原生团队,他们都对互操作性有深刻的理解。吉姆对不断发展的模块化生态系统的洞察力和亚历山大对数学和 AMM 的热情,形成了强大的领导核心,推动了...

文章 Solodit Checklist详解:Griefing攻击

...ED pragma solidity ^0.8.17; import "forge-std/Test.sol"; // Assume Target and Relayer contracts are defined above or imported contract RelayerTest is Test { Target target; Relayer relayer; address maliciousForwarder; bytes testData; function setUp() public { target = n...

文章 以太坊开发技巧:捕获隐藏转移、实时事件和多重调用

...技巧,你将立即感受到不同。 >- 原文链接: [medium.com/@andrey_obruc...](https://medium.com/@andrey_obruchkov/ethereum-dev-hacks-catching-hidden-transfers-real-time-events-and-multicalls-bef7435b9397) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通...

文章 创世文档:Adam Back 如何设计出比特币的引擎

...,TA 的邮件就会被收件人的邮件客户端拒绝。就像 Dwork and Naor 的方案,Hashcash 也要求付出计算资源:这是一种工作量证明系统。 “如果邮件没有附带 20 位的哈希值 …… 你的程序就会弹出一条声明,解释发邮件需要付邮费,以...

文章 模块化结构下 EIP-4844 的设计逻辑

...nksharding(一)》 https://medium.com/taipei-ethereum-meetup/rollup-and-the-boost-from-proto-danksharding-85d2fe0566b6 EIP-4844 提案规范 https://eips.ethereum.org/EIPS/eip-4844 以 Rollup 为中心的以太坊路线图 https://www.ethereum.cn/a-rollup-centric-ethereum-roadmap ...

文章 手摸手带你用anchor框架写一个Bank链上程序

... Note that this is the rustc version that ships with Solana tools and not your system's rustc version. Use `solana-install update` or head over to https://docs.solanalabs.com/cli/install to install a newer version. bytemuck_derive@1.9.2 requires rustc 1.84 Either upgrade rustc or ...

文章 理解 Web3 及其架构和技术栈

> * 原文链接: https://medium.com/@k.deepak629/web3-architecture-and-tech-stack-a-complete-beginners-guide-5fc624c653ce > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) 校对:[Tiny 熊](https://...

文章 各 Rollup 解决方案的权衡研究

...er-labs/zksync-v1-1-reddit-edition-recursion-up-to-3-000-tps-subscriptions-and-more-fea668b5b0ff?fileGuid=9hhKcdCvwPrpcy8q)计算能力。在 2021 年,我们还将看到更多进展。 在以太坊的基础上构建一个单独的层非常复杂,而且分析现有的 Rollup 实现并非易事...

文章 最便宜的Solana代币空投方式

... import { Connection, PublicKey, Keypair, Transaction, sendAndConfirmTransaction, } from "@solana/web3.js"; import { createTransferInstruction, getOrCreateAssociatedTokenAccount, } from "@solana/spl-token"; import bs58 from 'bs58'; // 配置这些值 const TOKEN_MINT = ...

文章 Eth2进展更新 (截至2022/7/15)

...minant-what-does-that-mean-for-ethereum-ep-372/) 的Ryan Berckmans 和 Alexandre Bergeron 有非常深刻的见解。Ryan 在 41 分 39 秒左右开始的反驳非常出色。这里有几句辛辣的引用,但还有很多内容——整期播客都非常好。 > 我认为这将是以太坊之...

文章 当 OP Stack 进化成 OP “超级链”概念

...tion of an Optimism network. All * configuration is stored on L1 and picked up by L2 as part of the derviation of the L2 * chain. */ contract SystemConfig is OwnableUpgradeable, Semver { /** * @notice Enum representing different types of updates. * * @cu...