Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ModelMint - AI Model Tokenization

ERC-721 NFTs representing AI model ownership with ERC-2981 royalty enforcement and model versioning on ProbeChain Rydberg Testnet.

Features

  • Mint AI models as NFTs with unique model hash
  • ERC-2981 royalty info for secondary sale enforcement
  • Model versioning with changelog
  • Creator-controlled royalty percentage (up to 25%)
  • Transfer with automatic royalty payment

Deploy

npm install
cp .env.example .env  # add your private key
npx hardhat compile
npm run deploy

Network