DeBadge
DeBadge is a new Protocol on Solana for creating, minting, and burning DeBadges based on a bonding curve.
What is a DeBadge? A debadge is an spl token like Badge that can be transfered to other wallets, or minted/burned at a price set by a bonding curve that is based on the current supply.
Anyone can create a DeBadge and set parameters such as max_supply, logo, name, etc.
- Create DeBadges
- Mint DeBadges
- Burn DeBadges
- Transfer DeBadges
- Clone the repository:
https://github.com/0xZeroLs/DeBadge.git - Change into the project directory:
cd repo - Install the required dependencies:
npm install - Build the project:
anchor build - Deploy the build:
anchor deploy - Refactor the paths in example.Anchor.toml
This project is licensed under the MIT License.