Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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