Skip to content

Soulbound (non transferable NFT) implementation in Solidity

Notifications You must be signed in to change notification settings

maksympanchyshyn/soulbound-token

Repository files navigation

Soulbound Badge & Claimer

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

About

Soulbound (non transferable NFT) implementation in Solidity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published