
A Collection of Gas Optimisation Tricks - OpenZeppelin Forum
Nov 29, 2021 · In the Ethereum smart contract world, every single wei counts! Therefore, it could be very valuable to have a specific list/collection of multiple gas optimisation tricks at hand. And that is …
OpenZeppelin Forum - OpenZeppelin Community Forum
OpenZeppelin Forum A place for developers to learn, discuss, and explore design patterns and best practices around Ethereum, Solidity, and smart contract development
Latest General topics - OpenZeppelin Forum
Dec 18, 2024 · Get to know the OpenZeppelin community and learn about upcoming events.
OpenZeppelin Upgrades: Step by Step Tutorial for Hardhat
Aug 18, 2020 · OpenZeppelin Hardhat Upgrades Smart contracts deployed with the OpenZeppelin Upgrades plugins can be upgraded to modify their code, while preserving their address, state, and …
OpenZeppelin requiring solidity 0.8.20
Nov 1, 2023 · The Solidity version pragma statement in these files doesn't match any of the configured compilers in your config. Change the pragma or configure additional compiler versions in your …
Foundry Upgradeable Contracts Error - OpenZeppelin Forum
Nov 14, 2023 · Im in the process of trying to deploy an upgradeable ERC-20 token using OpenZeppelin and Foundry.
OpenZeppelin Quick Reference for the Busy Hacker
Feb 14, 2020 · The vanilla Starter Kit sports a create-react-app, includes OpenZeppelin Contracts managed by the CLI, imports Rimble UI components, and connects to testnet Infura nodes using …
Create an ERC1155 - Guides and Tutorials - OpenZeppelin Forum
Dec 30, 2021 · In this example we will create an ERC1155. The following contract is a fixed supply ERC1155 with metadata from GitHub pages (see below for more on metadata). You can replace the …
[korean]OpenZeppelin 컨트랙트에 연결하기(Linking OpenZeppelin …
Dec 26, 2019 · OpenZeppelin 컨트랙트에 연결하기 첫번째 튜토리얼에서, 새로운 OpenZeppelin SDK 프로젝트 설정하는 법과, 간단한 컨트랙트를 배포하는 법과, 업그레이드하는 법을 배웠습니다. 이제, …
Create an NFT and deploy to a public testnet, using Remix
Sep 9, 2021 · In this tutorial we will create a non-fungible token (NFT) and deploy to a public testnet. ERC721 is a standard for representing ownership of non-fungible tokens, that is, where each token is …