blocksharkcom/awesome-evm
GitHub: blocksharkcom/awesome-evm
一份精心整理的 EVM 生态系统开源项目目录,涵盖智能合约、DeFi 协议、L2、钱包、索引器和开发工具等全链路技术栈。
Stars: 0 | Forks: 0
# 极好的 EVM [](https://awesome.re)
如果一个项目是开源的、成熟的,并且是当今生产级 EVM 链和 dApp 实际构建方式的一部分,它就属于这里。
## 目录
- [智能合约与库](#smart-contracts--libraries)
- [DEX 与 AMM](#dex--amm)
- [跨链桥与跨链消息](#bridges--cross-chain-messaging)
- [L2 Rollup 技术栈](#l2-rollup-stacks)
- [区块浏览器](#block-explorers)
- [索引器与数据](#indexers--data)
- [执行客户端](#execution-clients)
- [共识客户端](#consensus-clients)
- [钱包](#wallets)
- [账户抽象 (ERC-4337)](#account-abstraction-erc-4337)
- [借贷与金融市场](#lending--money-markets)
- [稳定币协议](#stablecoin-protocols)
- [预言机](#oracles)
- [DEX 聚合器](#dex-aggregators)
- [NFT 基础设施](#nft-infrastructure)
- [MEV 与搜索者工具](#mev--searcher-tooling)
- [Restaking](#restaking)
- [隐私](#privacy)
- [身份与社交](#identity--social)
- [DAO 与治理](#daos--governance)
- [开发者工具](#developer-tooling)
- [审计与安全](#audit--security)
- [代币标准](#token-standards)
- [贡献](#contributing)
## 智能合约与库
- [OpenZeppelin Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) — 经过实战考验的可复用 Solidity 组件库,用于访问控制、代币、治理和代理。
- [OpenZeppelin Contracts Upgradeable](https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable) — 上述组件用于基于代理架构的可升级变体。
- [Solady](https://github.com/Vectorized/solady) — 注重 assembly 和清晰度的 Gas 优化 Solidity 代码片段。生产级别。
- [Solmate](https://github.com/transmissions11/solmate) — 现代、有主见且 Gas 优化的合约构建模块。
- [PRBMath](https://github.com/PaulRBerg/prb-math) — Solidity 库,用于定点算术,提供丰富的三角函数和有符号整数支持。
- [DSMath](https://github.com/dapphub/ds-math) — 安全数学库;极简但具有历史重要性。
- [Solidity-Utils](https://github.com/1inch/solidity-utils) — 1inch 的 Solidity 实用工具库集合。
- [WETH9](https://github.com/gnosis/canonical-weth) — 权威的 Wrapped Ether 合约源码。
## DEX 与 AMM
- [Uniswap V2 Core](https://github.com/Uniswap/v2-core) — 最初的恒定乘积 AMM。被分叉成数千个 DEX。
- [Uniswap V2 Periphery](https://github.com/Uniswap/v2-periphery) — V2 的路由和辅助合约。
- [Uniswap V3 Core](https://github.com/Uniswap/v3-core) — 具有按头寸 tick 范围的集中流动性 AMM。
- [Uniswap V3 Periphery](https://github.com/Uniswap/v3-periphery) — V3 的路由、头寸管理器和报价器。
- [Uniswap V4 Core](https://github.com/Uniswap/v4-core) — 带有用于任意池逻辑的 hooks 的单例池架构。
- [Uniswap V4 Periphery](https://github.com/Uniswap/v4-periphery) — V4 的路由和示例 hooks。
- [Uniswap X](https://github.com/Uniswap/UniswapX) — 基于 Permit2 的意图结算协议。
- [PancakeSwap Smart Contracts](https://github.com/pancakeswap/pancake-smart-contracts) — V2 风格的 AMM 及周边挖矿;BNB Chain 上经典的 DEX 分叉目标。
- [PancakeSwap V3](https://github.com/pancakeswap/pancake-v3-contracts) — PancakeSwap 的集中流动性移植版。
- [SushiSwap](https://github.com/sushiswap/sushiswap) — 具有无许可池创建的多链 AMM。
- [Curve Finance Contracts](https://github.com/curvefi/curve-contract) — 用于低滑点稳定币和挂钩资产交易的 StableSwap 不变量。
- [Curve V2 (Cryptoswap)](https://github.com/curvefi/curve-crypto-contract) — Curve 针对不相关资产对的变体。
- [Balancer V2](https://github.com/balancer/balancer-v2-monorepo) — 支持加权、稳定和自定义池类型的通用 AMM。
- [Balancer V3](https://github.com/balancer/balancer-v3-monorepo) — 最新迭代版本,采用基于金库的 hook 架构。
- [Trader Joe V2.1 (Liquidity Book)](https://github.com/traderjoe-xyz/joe-v2) — 基于 bin 的集中流动性 AMM。
- [Maverick Protocol](https://github.com/maverickprotocol/maverick-v1-interfaces) — 动态分配 AMM。
- [DODO V2](https://github.com/DODOEX/dodo-smart-contract) — 主动做市商(PMM)算法。
- [Algebra Protocol](https://github.com/cryptoalgebra/AlgebraV1) — 开源的 V3 分叉,被许多较小的 DEX 使用(QuickSwap、Camelot 等)。
- [Velodrome](https://github.com/velodrome-finance/contracts) — Optimism 上的 ve(3,3) Solidly 风格 DEX。
- [Solidly Labs](https://github.com/solidlylabs/solidly-v3) — ve(3,3) 模型的权威参考实现。
## 跨链桥与跨链消息
- [Hyperlane Monorepo](https://github.com/hyperlane-xyz/hyperlane-monorepo) — 无许可互操作性框架,每条路由配有主权安全模块。
- [LayerZero V2](https://github.com/LayerZero-Labs/LayerZero-v2) — 具有 DVN 安全机制的跨链消息传递协议。
- [LayerZero Endpoint V1](https://github.com/LayerZero-Labs/LayerZero) — 用于遗留集成的 V1 参考。
- [Wormhole](https://github.com/wormhole-foundation/wormhole) — 跨越 30 多条链的通用消息传递协议。
- [Axelar CGP](https://github.com/axelarnetwork/axelar-cgp-solidity) — EVM 上的通用消息传递合约。
- [Connext (Everclear)](https://github.com/connext/monorepo) — 具有跨链意图的模块化桥。
- [deBridge Contracts](https://github.com/debridge-finance/debridge-contracts-v1) — 带有原生跨链交换功能的桥协议。
- [Across Protocol](https://github.com/across-protocol/contracts) — 由 UMA 支持的乐观桥,用于提高资金转移效率。
- [Stargate Finance](https://github.com/stargate-protocol/stargate) — 基于 LayerZero 构建的桥,具有共享流动性池。
- [Synapse Protocol](https://github.com/synapsecns/synapse-contracts) — 具有 nUSD/nETH 统一流动性的多链桥。
- [Hop Protocol](https://github.com/hop-protocol/contracts) — 使用 hToken 模型的 Rollup 间桥。
- [Socket (Bungee)](https://github.com/SocketDotTech/socket-DL) — 带有路由选择逻辑的桥聚合器。
- [Chainlink CCIP](https://github.com/smartcontractkit/ccip) — Chainlink 的跨链互操作性协议。
## L2 Rollup 技术栈
- [OP Stack (Optimism)](https://github.com/ethereum-optimism/optimism) — 模块化 rollup 技术栈,被 Optimism、Base、Mode、Worldchain、Zora 和许多其他项目使用。
- [Arbitrum Nitro](https://github.com/OffchainLabs/nitro) — Arbitrum One 和 Arbitrum Orbit 代码库。
- [Polygon zkEVM Node](https://github.com/0xPolygonHermez/zkevm-node) — Polygon zkEVM 执行和证明器。
- [Polygon CDK](https://github.com/0xPolygon/cdk) — Polygon 的链开发工具包,用于快速启动 zk rollup。
- [zkSync Era](https://github.com/matter-labs/zksync-era) — Matter Labs 的 zkEVM rollup。
- [ZK Stack](https://github.com/matter-labs/zk_evm) — Matter Labs 用于无许可 ZK 链的框架。
- [Scroll](https://github.com/scroll-tech/scroll) — 原生 zkEVM rollup。
- [Linea](https://github.com/Consensys/linea-monorepo) — Consensys 的 zkEVM L2。
- [Taiko](https://github.com/taikoxyz/taiko-mono) — Type-1(以太坊等效)zkEVM rollup。
- [Astar zkEVM](https://github.com/AstarNetwork/astar-frame) — 对齐 Polkadot 的 Polygon zkEVM 技术栈。
- [Mantle](https://github.com/mantlenetworkio/mantle) — 具有模块化数据可用性的 OP Stack 分叉。
- [Fraxtal Network](https://github.com/FraxFinance/fraxtal-public) — 由 Frax 构建的 OP Stack L2。
- [Manta Network Pacific](https://github.com/Manta-Network/manta-pay) — 专注于隐私的 rollup。
## 区块浏览器
- [Blockscout](https://github.com/blockscout/blockscout) — 部署最广泛的开源 EVM 浏览器;支持几乎所有 EVM 链。
- [Otterscan](https://github.com/otterscan/otterscan) — 本地优先、性能优化的浏览器,与 Erigon 配对使用。
- [Etherscan 风格的公共索引器 (lite)](https://github.com/blockscout/blockscout-rs) — 补充 Blockscout 的 Rust 微服务。
## 索引器与数据
- [The Graph (graph-node)](https://github.com/graphprotocol/graph-node) — Subgraph 索引协议。
- [Subsquid SDK](https://github.com/subsquid/squid-sdk) — 使用 TypeScript 的高吞吐量索引框架。
- [Ponder](https://github.com/ponder-sh/ponder) — 现代的开源索引器,支持热重载和 SQL 查询。
- [Envio HyperIndex](https://github.com/enviodev/hyperindex) — 带有 HyperSync 后端的实时索引器。
- [Apibara](https://github.com/apibara/dna) — 带有直接节点访问的流式索引器。
- [Sentio](https://github.com/sentioxyz) — 可观测性和索引平台(部分开源)。
- [Goldsky CLI / Subgraphs](https://github.com/goldsky-io) — 托管的 subgraph 和镜像基础设施(SDK 开源)。
- [Streamingfast Substreams](https://github.com/streamingfast/substreams) — 基于 Firehose 构建的流式索引。
- [Tenderly Web3 Actions Examples](https://github.com/Tenderly/web3-actions-examples) — 用于无服务器链上触发器的开源模板。
## 执行客户端
- [Geth (go-ethereum)](https://github.com/ethereum/go-ethereum) — Go 参考实现。主网份额最大。
- [Erigon](https://github.com/erigontech/erigon) — 高效的归档节点实现。
- [Reth](https://github.com/paradigmxyz/reth) — Paradigm 的 Rust 执行客户端;模块化、快速、生产就绪。
- [Nethermind](https://github.com/NethermindEth/nethermind) — .NET 执行客户端,具有强大的 L2 支持。
- [Besu](https://github.com/hyperledger/besu) — Hyperledger 的 Java 客户端;在企业链和私有链中很受欢迎。
## 共识客户端
- [Prysm](https://github.com/prysmaticlabs/prysm) — 部署最广泛的 Go 共识客户端。
- [Lighthouse](https://github.com/sigp/lighthouse) — Rust 共识客户端。
- [Teku](https://github.com/Consensys/teku) — 由 Consensys 开发的 Java 共识客户端。
- [Lodestar](https://github.com/ChainSafe/lodestar) — TypeScript 共识客户端。
- [Nimbus](https://github.com/status-im/nimbus-eth2) — Nim 共识客户端;超低资源消耗。
## 钱包
- [MetaMask Extension](https://github.com/MetaMask/metamask-extension) — 浏览器扩展;最常用的自托管 EVM 钱包。
- [MetaMask Mobile](https://github.com/MetaMask/metamask-mobile) — React Native 移动钱包。
- [Rabby](https://github.com/RabbyHub/Rabby) — 注重交易前模拟和安全。
- [Frame](https://github.com/floating/frame) — 可与任何浏览器并行运行的桌面签名器。
- [Rainbow Wallet](https://github.com/rainbow-me/rainbow) — 移动钱包,为 NFT 和 DeFi 提供出色的用户体验。
- [WalletConnect Monorepo](https://github.com/WalletConnect/walletconnect-monorepo) — 钱包 ↔ dApp 通信标准。
- [AppKit (原 Web3Modal)](https://github.com/WalletConnect/web3modal) — 预构建的钱包连接 UI。
- [RainbowKit](https://github.com/rainbow-me/rainbowkit) — React 钱包连接库。
- [ConnectKit](https://github.com/family/connectkit) — Family 精心打磨的钱包连接器。
- [Safe Wallet UI](https://github.com/safe-global/safe-wallet-web) — 多签钱包前端。
## 账户抽象 (ERC-4337)
- [eth-infinitism/account-abstraction](https://github.com/eth-infinitism/account-abstraction) — 参考的 EntryPoint 和 SimpleAccount 实现。
- [Safe Smart Account](https://github.com/safe-global/safe-smart-account) — Gnosis Safe v1.4 合约。
- [Safe Modules](https://github.com/safe-global/safe-modules) — 模块化扩展,包括 4337。
- [Kernel (ZeroDev)](https://github.com/zerodevapp/kernel) — 模块化智能账户内核。
- [Biconomy Smart Account](https://github.com/bcnmy/scw-contracts) — ERC-4337 钱包合约。
- [Pimlico Permissionless](https://github.com/pimlicolabs/permissionless.js) — 模块化 4337 客户端和 bundler SDK。
- [Stackup Bundler](https://github.com/stackup-wallet/stackup-bundler) — 使用 Go 编写的生产级开源 4337 bundler。
- [Skandha](https://github.com/etherspot/skandha) — TypeScript bundler。
-Alchemy Account Kit](https://github.com/alchemyplatform/aa-sdk) — 嵌入式智能账户 SDK。
- [Modular Account (Alchemy)](https://github.com/alchemyplatform/modular-account) — ERC-6900 模块化钱包实现。
## 借贷与金融市场
- [Aave V3](https://github.com/aave/aave-v3-core) — 具有隔离借贷池的跨链金融市场。
- [Aave V4 (草稿)](https://github.com/aave-dao/aave-v4) — V4 开发仓库。
- [Compound V3 (Comet)](https://github.com/compound-finance/comet) — 单一借贷资产、多抵押品借贷。
- [Morpho Blue](https://github.com/morpho-org/morpho-blue) — 无许可的最小信任借贷原语。
- [Morpho Optimizer](https://github.com/morpho-org/morpho-optimizers) — Aave/Compound 之上的点对点匹配层。
- [Spark](https://github.com/marsfoundation/sparklend-v1-core) — 对齐 MakerDAO 的 Aave-V3 分叉。
- [Euler V2](https://github.com/euler-xyz/euler-vault-kit) — 用于无许可借贷市场的模块化金库工具包。
- [Silo Finance](https://github.com/silo-finance/silo-contracts-v2) — 每种资产的风险隔离借贷市场。
## 稳定币协议
- [MakerDAO DSS](https://github.com/makerdao/dss) — 多抵押品 DAI 核心合约。
- [Sky (原 Maker)](https://github.com/sky-ecosystem) — 最新的 Sky Protocol 合约。
- [Liquity V2](https://github.com/liquity/bold) — 具有委托利率的 BOLD 稳定币。
- [Frax Finance](https://github.com/FraxFinance/frax-solidity) — 部分算法稳定币和 frxETH。
- [Reflexer (RAI)](https://github.com/reflexer-labs/geb) — 非挂钩的反射指数稳定币。
- [Inverse Finance (DOLA)](https://github.com/InverseFinance) — DOLA 稳定币和 DBR 借贷。
- [crvUSD](https://github.com/curvefi/curve-stablecoin) — Curve 基于 LLAMMA 的稳定币。
- [Ondo USDY](https://github.com/ondoprotocol) — 产生收益的代币化现金等价物。
## 预言机
- [Chainlink](https://github.com/smartcontractkit/chainlink) — 最常用的去中心化预言机网络。
- [Pyth Network SDK](https://github.com/pyth-network/pyth-sdk-solidity) — 低延迟基于拉取的价格馈送。
- [RedStone](https://github.com/redstone-finance/redstone-oracles-monorepo) — 具有按需价格交付的模块化预言机。
- [API3](https://github.com/api3dao/airnode) — 通过 Airnode 提供的第一方数据馈送。
- [UMA](https://github.com/UMAprotocol/protocol) — 用于任意链下数据的乐观预言机。
- [Chronicle](https://github.com/chronicleprotocol) — 对齐 Maker 的预言机网络。
- [DIA](https://github.com/diadata-org) — 具有自定义价格方法的开源数据层。
## DEX 聚合器
- [1inch Limit Order Protocol](https://github.com/1inch/limit-order-protocol) — 高效 Gas 消耗的链上限价订单簿。
- [1inch Aggregation Router V6](https://github.com/1inch/swap-contracts) — Pathfinder 路由合约。
- [0x Protocol](https://github.com/0xProject/protocol) — 结算协议和交易代理。
- [Cow Protocol](https://github.com/cowprotocol/contracts) — 满足需求巧合的批量拍卖结算。
- [KyberSwap Aggregator](https://github.com/KyberNetwork/kyberswap-dex-lib) — 为聚合器提供支持的开源 dex 数学库。
## NFT 基础设施
- [Seaport](https://github.com/ProjectOpenSea/seaport) — OpenSea 的市场结算合约。
- [Reservoir Indexer](https://github.com/reservoirprotocol/indexer) — 通用 NFT API 索引器。
- [Zora Protocol](https://github.com/ourzora/zora-protocol) — 为 NFT 创作者提供的铸造/策划合约。
- [Manifold Creator Core](https://github.com/manifoldxyz/creator-core-solidity) — 模块化 ERC-721/1155 创作者合约。
- [Sound Protocol](https://github.com/soundxyz/sound-protocol) — 链上音乐 NFT 原语。
- [Foundation Drop](https://github.com/f8n/fnd-protocol) — Foundation 的拍卖和投放合约。
- [Highlight Protocol](https://github.com/highlightxyz/protocol) — 基于系列的 NFT 分发。
- [LooksRare V2](https://github.com/LooksRare/contracts-exchange-v2) — 开放市场交易合约。
## MEV 与搜索者工具
- [Flashbots MEV-Boost](https://github.com/flashbots/mev-boost) — 用于提议者-构建者分离的 PBS 实现。
- [mev-share-client](https://github.com/flashbots/mev-share-client-ts) — MEV-Share 网络的客户端 SDK。
- [mev-inspect-py](https://github.com/flashbots/mev-inspect-py) — 历史 MEV 分析工具。
- [Suave](https://github.com/flashbots/suave) — 单一统一拍卖执行层。
- [rbuilder](https://github.com/flashbots/rbuilder) — 用 Rust 编写的开源区块构建器。
- [Ultra-sound builder (relay)](https://github.com/flashbots/mev-boost-relay) — 参考中继实现。
## Restaking
- [EigenLayer Contracts](https://github.com/Layr-Labs/eigenlayer-contracts) — 最初的 restaking 原语。
- [Symbiotic Core](https://github.com/symbioticfi/core) — 无许可的 restaking 框架。
- [Karak Protocol](https://github.com/karak-network) — 多资产 restaking 层。
## 隐私
- [Aztec Packages](https://github.com/AztecProtocol/aztec-packages) — 通过 Noir 实现原生可编程隐私的 zk-rollup。
- [Noir](https://github.com/noir-lang/noir) — 用于 zk-SNARKs 的领域特定语言(由 Aztec 使用)。
- [Privacy Pools](https://github.com/0xbow-io/privacy-pools-core) — 合规的零知识提款池。
- [Railgun](https://github.com/Railgun-Privacy/contract) — 智能合约级别的交易隐私。
## 身份与社交
- [ENS Contracts](https://github.com/ensdomains/ens-contracts) — Ethereum Name Service 注册表和解析器。
- [Ethereum Attestation Service (EAS)](https://github.com/ethereum-attestation-service/eas-contracts) — 链上证明原语。
- [Lens Protocol V3](https://github.com/lens-protocol/lens-v3) — 去中心化社交图谱。
- [Farcaster Contracts](https://github.com/farcasterxyz/contracts) — 身份和存储合约。
- [Sign Protocol](https://github.com/sign-protocol) — 全链证明协议。
## DAO 与治理
- [OpenZeppelin Governor](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/governance) — 模块化的链上治理框架。
- [Aragon OSx](https://github.com/aragon/osx) — 模块化 DAO 框架。
- [Snapshot](https://github.com/snapshot-labs/snapshot) — 链下无 Gas 投票。
- [Tally](https://github.com/withtally/tally-app) — 链上 DAO 的前端。
- [Compound Governor Bravo](https://github.com/compound-finance/compound-protocol) — 经典的 Bravo 治理合约。
- [Safe Governance](https://github.com/safe-global/safe-modules/tree/main/modules/4337) — 多签 + 基于模块的治理。
- [Hats Protocol](https://github.com/Hats-Protocol/hats-protocol) — DAO 的可编程角色。
## 开发者工具
- [Foundry](https://github.com/foundry-rs/foundry) — 现代的 Solidity 开发工具包(forge, cast, anvil, chisel)。
- [Hardhat](https://github.com/NomicFoundation/hardhat) — 基于 TypeScript 的开发环境,具有丰富的插件生态。
- [Remix](https://github.com/ethereum/remix-project) — 基于浏览器的 Solidity IDE。
- [viem](https://github.com/wevm/viem) — 现代的 TypeScript Ethereum 客户端;在大多数新代码中替代 ethers。
- [wagmi](https://github.com/wevm/wagmi) — 用于 Ethereum 的 React hooks,基于 viem 构建。
- [ethers.js](https://github.com/ethers-io/ethers.js) — 经典的 JS/TS Ethereum 库,V6。
- [web3.js](https://github.com/web3/web3.js) — 最初的 Ethereum JS 库,V4。
- [web3.py](https://github.com/ethereum/web3.py) — Python Ethereum 客户端。
- [ScaffoldETH 2](https://github.com/scaffold-eth/scaffold-eth-2) — 全栈 dApp 启动模板。
- [Drizzle (Wagmi)](https://github.com/wevm/wagmi/tree/main/packages/cli) — 合约代码生成。
- [Tevm](https://github.com/evmts/tevm-monorepo) — 用于测试和分叉的浏览器内 EVM 执行。
- [Anvil](https://github.com/foundry-rs/foundry/tree/master/crates/anvil) — Foundry 的本地节点。
- [Hardhat Network Helpers](https://github.com/NomicFoundation/hardhat/tree/main/packages/hardhat-network-helpers) — Hardhat 的测试实用工具。
## 审计与安全
- [Slither](https://github.com/crytic/slither) — Solidity 的静态分析框架。行业标准。
- [Echidna](https://github.com/crytic/echidna) — 基于属性的模糊测试器。
- [Medusa](https://github.com/crytic/medusa) — 跨平台 Go 模糊测试器。
- [Mythril](https://github.com/Consensys/mythril) — 符号执行分析器。
- [Aderyn](https://github.com/Cyfrin/aderyn) — 基于 Rust 的 Solidity 静态分析器。
- [Halmos](https://github.com/a16z/halmos) — 在 Foundry 之上进行符号测试。
- [Wake](https://github.com/Ackee-Blockchain/wake) — 静态分析 + 测试框架。
- [Solhint](https://github.com/protofire/solhint) — Solidity linter。
- [solidity-coverage](https://github.com/sc-forks/solidity-coverage) — Hardhat/Truffle 的代码覆盖率工具。
- [Mythx-cli](https://github.com/Consensys/mythx-cli) — 基于云的分析 CLI。
- [Olympix](https://github.com/olympixai/oly-extension) — 内联展示漏洞的 VS Code 扩展。
## 代币标准
- [EIPs Repository](https://github.com/ethereum/EIPs) — 所有 Ethereum 改进提案的权威主页。
- [ERC-20 参考](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol)
- [ERC-721 参考](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol)
- [ERC-1155 参考](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC1155/ERC1155.sol)
- [ERC-4626 代币化金库](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/extensions/ERC4626.sol)
- [ERC-4337 账户抽象](https://github.com/eth-infinitism/account-abstraction)
- [ERC-2535 Diamonds](https://github.com/mudgen/diamond-3-hardhat) — 多面代理参考实现。
- [ERC-6909 多代币标准](https://github.com/Vectorized/solady/blob/main/src/tokens/ERC6909.sol)
- [ERC-7579 模块化智能账户](https://github.com/erc7579/erc7579-implementation)
## 许可证
本列表采用 [CC0-1.0](LICENSE) 许可协议 — 公共领域 dedication。随意使用。
标签:EVM生态, JS文件枚举, SOC Prime, Web3, 以太坊, 区块链, 去中心化应用, 可视化界面, 多人体追踪, 开发工具, 日志审计, 智能合约