docs.openzeppelin.com icon indicating copy to clipboard operation
docs.openzeppelin.com copied to clipboard

Source for the OpenZeppelin documentation site

Results 31 docs.openzeppelin.com issues
Sort by recently updated
recently updated
newest added

Learn guides currently cover using Truffle or Hardhat. Truffle is now sunset (https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat) and Foundry usage is at 32% (https://soliditylang.org/blog/2024/04/03/solidity-developer-survey-2023-results/) Learn guides should be updated to replace Truffle with Foundry....

Adding Cyfrin Updraft (https://updraft.cyfrin.io) as an educational resource to learn Solidity and smart contract development. Cyfrin is the smart contract security firm behind Updraft - the ultimate educational platform for...

In the [Openzeppelin documentation of CREATE2](https://docs.openzeppelin.com/cli/2.8/deploying-with-create2#create2) it states that: > New addresses are a function of: > - `0xFF`, a constant that prevents collisions with `CREATE` > - The sender’s...

Often times, I am coding split screen and need to quickly refer to something, so I Google for the docs, but they seem to be either deprecated functions or moved...

## What's changed and what's my intention? * Add Ownable Contract 'Box' constructor function; * Modify deploy test code; * Use string rather than bignumber in expect; * Use new...

After installing `@openzeppelin/contracts` in my Hardhat project, I encountered a VS Code status bar error when importing an OpenZeppelin contract. **Error message** ![image](https://github.com/OpenZeppelin/docs.openzeppelin.com/assets/108367944/e98a5d7f-aee2-4a97-bc65-55ada54696b1) **Solidity code** ```solidity // SPDX-License-Identifier: MIT pragma...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.4 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

e.g. a search for `Pausable` at https://docs.openzeppelin.com/contracts/5.x-rc returns a link to https://docs.openzeppelin.com/contracts/4.x/api/security#Pausable , which is not suitable as it has been removed in v5.

When writing the docs on an interface that is eventually implemented by a contract and using `@inheritdoc` for NatSpec, the references to events seem to be broken, as in the...