OpenZeppelin Contracts is an open-source library of audited, reusable Solidity smart contracts. It provides standard implementations of ERC-20, ERC-721, ERC-1155, access control, upgradeable proxies, and governance patterns. Developers use it to build secure on-chain applications without reinventing common primitives.
OpenZeppelin Contracts — Secure Smart Contract Library for Ethereum
OpenZeppelin Contracts is an open-source library of audited, reusable Solidity smart contracts. It provides standard implementations of ERC-20, ERC-721, ERC-1155, access control, upgradeable proxies, and governance patterns. Developers use it to build secure on-chain applications without reinventing common primitives.
Agent 可直接安装
这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。
npx -y tokrepo@latest install fc0176db-4f8f-11f1-9bc6-00163e2b0d79 --target codex先 dry-run 确认安装计划,再运行此命令。
讨论
相关资产
Solidity — Smart Contract Language for Ethereum and EVM Chains
Solidity is a statically-typed, contract-oriented language designed for writing smart contracts on the Ethereum Virtual Machine and compatible blockchains.
zkSync Era — ZK Rollup for Scalable Ethereum Smart Contracts
zkSync Era is a Layer 2 zero-knowledge rollup on Ethereum that provides EVM-compatible smart contract execution with lower gas costs and higher throughput while inheriting Ethereum's security through validity proofs.
web3.py — Python Library for Ethereum Blockchain Interaction
A Python library for interacting with the Ethereum blockchain, providing APIs for reading chain data, sending transactions, and calling smart contracts from Python applications.
Vyper — Pythonic Smart Contract Language for the EVM
Vyper is a contract-oriented programming language for the Ethereum Virtual Machine that emphasizes simplicity, security, and auditability. Its Python-like syntax deliberately omits features like inheritance, operator overloading, and inline assembly to reduce the attack surface of smart contracts. Vyper is used by teams that prioritize readable and auditable on-chain code.