Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

LootForge - Procedural Game Item Generation

ERC-721 NFT collection with procedurally generated game items featuring randomized attributes and rarity tiers on ProbeChain Rydberg Testnet.

Features

  • Mint items with pseudo-random attributes (attack, defense, speed, luck)
  • Rarity tiers: Common, Rare, Epic, Legendary
  • Equip/unequip system (one item per player)
  • On-chain randomness from block hash + user seed
  • Legendary items get stat boosts

Deploy

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

Network