This project includes Soulbound Badge implementation based on ERC1155. It also includes Role-based access and Claimer contract that is going to mint badges.
Install dependencies:
npm install
Start tests:
npx hardhat test
Tests coverage:
npx hardhat coverage
To deploy contracts run:
npx hardhat run scripts/deploy-badge.ts
npx hardhat run scripts/deploy-minter.ts