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.
Instalación lista para agent
Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.
npx -y tokrepo@latest install fc0176db-4f8f-11f1-9bc6-00163e2b0d79 --target codexEjecutar después de confirmar el plan con dry-run.
Discusión
Activos relacionados
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.