Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 564 Bytes

File metadata and controls

26 lines (19 loc) · 564 Bytes

NFTFactory

NFT collection factory with ERC-721 deployment, minting, and EIP-2981 royalties on ProbeChain Rydberg Testnet.

Features

  • Deploy new NFT collections with one transaction
  • Configurable max supply, mint price, and royalties
  • Mint via factory or directly from collection
  • EIP-2981 royalty support
  • Track collections per creator

Setup

npm install
cp .env.example .env
npx hardhat compile
npm run deploy

Network