SaaSHub helps you find the best software and product alternatives Learn more →
Openzeppelin-contracts Alternatives
Similar projects and alternatives to openzeppelin-contracts
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
metamask-extension
:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
-
-
-
-
-
-
-
-
hardhat
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
-
-
-
-
truffle
Discontinued :warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
-
DeFi-Developer-Road-Map
DeFi Developer roadmap is a curated Developer handbook which includes a list of the best tools for DApps development, resources and references!
-
-
-
openzeppelin-contracts-upgradeable
Upgradeable variant of OpenZeppelin Contracts, meant for use in upgradeable contracts.
-
openzeppelin-contracts discussion
openzeppelin-contracts reviews and mentions
- OpenZeppelin Contracts: Secure Smart Contract Development Made Easy
- OpenZeppelin Contracts: A Secure Library for Smart Contract Development
-
Make NFT using ERC721
ERC721 is a standard that describes how to build NFTs on EVM compatible blockchains. We use the OppenZeppelin implementaion of ERC721
-
Mode - Comprehensive Starter Guide
// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.20; import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v5.0.0/contracts/token/ERC20/ERC20.sol"; interface Sfs { function register(address _recipient) external returns (uint256 tokenId); } contract ModeToken is ERC20 { address feeReceiver = msg.sender; constructor() ERC20("ModeTokenSFSTest", "SFST2") { //Example amount to mint our ERC20 _mint(msg.sender, 1000 10 * 18); // This is the SFS contract address on testnet Sfs sfsContract = Sfs(0xBBd707815a7F7eb6897C7686274AFabd7B579Ff6); //Registers this contract and assigns the NFT //to the deployer of this contract sfsContract.register(msg.sender); } }
-
Blockchain transactions decoding: making wallet activity understandable
Lets look the events of Open Zeppelin’s ERC20 token contract:
- Construir e implementar un VAULT (bóveda) ERC20 en Shardeum
-
Are ERC-777 Unsafe?
ERC-777 is difficult to implement properly, due to its susceptibility to different forms of attack(opens in a new tab). It is recommended to use ERC-20 instead. This page remains as a historical archive.
- OpenZeppelin is trying to avoid paying a bounty for a vulnerability that caused $1,1B worth of assets freeze
- Security improvements of the ERC20 token standard
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jan 2025
Stats
OpenZeppelin/openzeppelin-contracts is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of openzeppelin-contracts is Solidity.
Popular Comparisons
- openzeppelin-contracts VS solmate
- openzeppelin-contracts VS hardhat
- openzeppelin-contracts VS ERC721A
- openzeppelin-contracts VS Safemoon.sol
- openzeppelin-contracts VS solidity
- openzeppelin-contracts VS truffle
- openzeppelin-contracts VS poap-contracts
- openzeppelin-contracts VS openzeppelin-solidity
- openzeppelin-contracts VS matic-gas-prices
- openzeppelin-contracts VS metamask-extension