Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 688 Bytes

File metadata and controls

23 lines (19 loc) · 688 Bytes

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