Skip to content

MatthewDarnell/DungeonSeeker

Repository files navigation

Simple POC For implementing TTRPG rules on Solidity

This project is a POC, it allows for a GM to create a campaign, add characters to the party, give items, roll for damage, etc.

See the unit tests in test/ for examples.

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.js