Разработка NFT-смарт-контрактов ERC-721 и ERC-1155
★ 8.5 · general
nft-standards is a Claude Code skill that implements ERC-721 and ERC-1155 NFT standards with proper metadata handling, minting strategies, and marketplace integration. It covers NFT collections for art, gaming, and collectibles; marketplace functionality; soulbound (non-transferable) tokens; royalties; and dynamic or evolving NFTs. The skill includes ready-made Solidity templates built on OpenZeppelin: an ERC721URIStorage contract with IPFS metadata and a MAX_SUPPLY of 10,000 tokens, plus an ERC-1155 multi-token contract for game items supporting batch minting and burning. Off-chain JSON metadata for IPFS (with trait attributes and rarity fields) and on-chain SVG metadata encoded via Base64 are also provided. It is aimed at smart contract developers building NFT platforms or digital asset systems on Ethereum-compatible blockchains.
- #nft
- #erc-721
- #erc-1155
- #solidity
- #smart-contracts
- #metadata
- #marketplace