找到约 15 条结果

文章 井通科技:用区块链技术赋能金融科技

...技术赋能金融科技 ■ 田易 国际融资杂志 http://www.ifmbj.com.cn/huiyihuodong/0H422292020.html 作为中国国内早期从事区块链底层技术平台自主研发的高科技公司,无锡井通网络科技有限公司(简称:井通科技)利用自主搭建的区块链...

文章 sui move开发实战-dao(4)

...itialize a mock sender address let addr1 = @0xA; let addr2 = @0xB; let addr3 = @0xC; } ``` 导入需要用的包 设置了add1,addr2,addr3三个地址 其中add1将会成为init core member addr2与addr3将会是member ### 初始化 设置交易...

文章 Etherspot 周报:EIP-7702 资助、LINK 储备启动、智能账户采用障碍、资源……

...tps://etherspot.io/) [已获得以太坊基金会的资助](https://medium.com/etherspot/etherspot-receives-ethereum-foundation-grant-to-build-eip-7702-censorship-resistant-infrastructure-80bf9186f97b),以开发免费的、抗审查的基础设施,支持 EIP-7702,这是最近 [Pectra](https://...

文章 Rebuidl RSS (EN)

..."**. Openness is the essential spirit of the Internet, isn't it? ### 2 Is it possible for RSS to be revived? The road to RSS revival may be a tortuous one, but in the long run RSS will regain a larger market. But one key factor is that there are "incentives" to offset the "costs of hassl...

文章 钱包盗取工具内幕与EIP-7702漏洞利用

...ccolo-pozzolini) OpsecWeb3 安全 [threesigma's twitter](https://twitter.com/threesigmaxyz "threesigma's twitter")[threesigma's linkedin](https://www.linkedin.com/company/threesigmaxyz "threesigma's linkedin")[threesigma's github](https://github.com/threesigmaxyz "threesigma's github") ##### 服...

文章 关于形式验证智能合约的五个误解

... Maker 协议的基础不变量并不是不变量 [https://mobile.twitter.com/Kurt\_M\_Barry/status/1537419724426031106](https://mobile.twitter.com/Kurt_M_Barry/status/1537419724426031106) #### **误解 2:形式验证中最复杂的问题是其计算成本** _“对于数学家来说,没...

文章 学习不变量测试 第一天

>- 原文链接:https://getrecon.substack.com/p/first-day-at-invariant-school >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnblockchain.cn/article…](https://learnblockchain.cn/art...

文章 关于 Solana v1.18 更新的所有信息

...rnblockchain.cn/article/8341) 非常感谢 [Rex St. John](https://x.com/rexstjohn) 和 [Mike MacCana](https://x.com/mikemaccana) 审阅这篇文章。 介绍 ------------ 超多数采用的 Solana 1.18 更新的是一个重要的里程碑。它带来了许多旨在提高网络性能、...

文章 现代DeFi借贷协议 - Ajna 是如何构建的

...有不同类型的池:一个是由 [ERC20PoolFactory.sol](https://github.com/ajna-finance/ajna-core/blob/0f59e78031af76d62ad575c18405eb325b28849f/src/ERC20PoolFactory.sol#L20) 部署的,另一个是由 [ERC721PoolFactory.sol](https://github.com/ajna-finance/ajna-core/blob/0f59e78031af76d62ad575c...

文章 Anchor 历史更新日志 - 了解 Anchor 框架的演变和升级过程

...此文件中。 格式基于 [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 并且此项目遵循 [Semantic Versioning](https://semver.org/spec/v2.0.0.html)。 **注意:** 语义化版本 0 的处理方式与 1 及以上版本不同。 次版本将在出现重大更改时递...

文章 以太坊使用最小Gas克隆合约-合约工厂

...(owner(), newOwner); setOwner(newOwner); } } // https://github.com/optionality/clone-factory/blob/master/contracts/CloneFactory.sol contract CloneFactory { function createClone(address target) internal returns (address result) { bytes20 targetBytes = bytes20(target); assemb...

文章 Flow区块链上的账户抽象 - 详尽概述

...67e9b81a71112250c0.png) > 图片来源:[Flow 账户抽象](https://flow.com/account-abstraction#one-account) 上面的图展示了 Flow 的账户模型,以及你如何在任何设备上访问你的账户,每个设备都有其独特的密钥。 此外,Flow 还整合了密钥权重的概念...

文章 Counterparty 对比 RGB 和 Taro

...是因为它实际上比特币上的第一个 NFT 平台,可以追溯到 2014 年(在它之前也有其它协议,但 Counterparty 是第一个被用来铸造现在我们称为 NFT 的艺术品而不是金融代币的协议)。 时间快进到 2022 年,比特币网络上又出现了两...

文章 ZK与以太坊扩容的未来

..._center) Arbitrum 最近发布了一篇精彩的[文章 ](https://medium.com/offchainlabs/optimistic-rollups-the-present-and-future-of-ethereum-scaling-60fb9067ae87),认为 Optimistic Rollups (OR) 代表了以太坊的未来,因为与 ZK Rollups (ZKR) 相比,它们提供了天然的可扩展...

文章 Restaking详解:风险、收益及运作方式

...g.learnblockchain.cn/2025/09/13/70249173_image.jpg)[来源](https://medium.com/) ## Restaking 的主要优势 在阐明 restaking 的工作原理之后,让我们看看这种模型为参与者和更广泛的生态系统提供的关键优势。 一个主要方面是**释放质押资本的更大...