找到约 7 条结果

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

![](https://img.learnblockchain.cn/2025/03/09/Blog-mixbytes-2.jpg) ## 简介 “Ajna Protocol 是一个无托管的、点对点、无权限的借贷和交易系统,运行所需的没有治理或外部价格feeds。”没有治理,没有外部价格feed - 非常吸引人! 许多现代 De...

文章 SSO账户OIDC恢复Solidity审计

## 目录 - [目录](#table-of-contents) - [概要](#summary) - [范围](#scope) - [系统概述](#system-overview) - [OidcKeyRegistry](#oidckeyregistry) - [OidcRecoveryValidator](#oidcrecoveryvalidator) - [ERC1271Handler](#erc1271handler) - [安全模型、信任假设和特权角色]...

文章 Yala:释放比特币流动性的巨大潜力

### 核心要点 - 比特币不像以太坊或 Solana 那样容易集成到 DeFi 中,因为中本聪有意限制了其脚本语言的功能,以防止安全漏洞。 - 因此,虽然已经有很多尝试在比特币上引入智能合约,但比特币支持的稳定币的发行非常有限...

文章 智能合约安全 - 常见漏洞(第四篇)

> * 原文链接: https://www.rareskills.io/post/smart-contract-security > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) 校对:[Tiny 熊](https://learnblockchain.cn/people/15) > * 本文永久链...

文章 以太坊 Vault 连接器 (EVC)

## Ethereum Vault Connector (EVC) * [Introduction](#introduction) * [Controller](#controller) * [Account Status Checks](#account-status-checks) * [Collateral Validity](#collateral-validity) * [Execution Flow](#execution-flow) * [Single Controller](#single-controller) * ...

文章 安全 - Across 审计

## 目录 - [目录](#table-of-contents) - [概要](#summary) - [范围](#scope) - [L3 支持](#l3-support) - [ZkStack 支持](#zkstack-support) - [可预测的中继哈希](#predictable-relay-hash) - [支持最新版本的 ERC-7683](#supporting-the-newest-version-of-erc-7683) - [W...

文章 uniswap v2 代码解读

## 前言: Uniswap V2代码结构 Uniswap智能合约代码由两个github项目组成。一个是core,一个是periphery。 https://github.com/Uniswap/uniswap-v2-core.git https://github.com/Uniswap/uniswap-v2-periphery.git core偏核心逻辑,单个swap的逻辑。periphery偏...