Implement ERC-721 and ERC-1155 NFTs
nft-standardsskillsetup L3★0
FISCFED9/CLI ↗What it does
Implement ERC-721 and ERC-1155 smart contracts for NFTs
Best for
Creating immutable token collections with verifiable ownership and transferability constraints.
Inputs
- · contract parameters (supply, price)
- · metadata schema (IPFS/on-chain)
Outputs
- · Solidity contract code
- · deployment configuration
Requires
- · Solidity compiler
- · OpenZeppelin
- · IPFS
Preconditions
Web3 development environment setup.
Failure modes
- · Gas limit exceeded on batch minting
- · IPFS pinning failure
Trust signals
- · OpenZeppelin imports included
- · mint/burn logic present