Cura Contract is a Solana smart contract built using the Anchor framework. It manages token minting, distribution, burning, and admin management features.
- Token minting and burning.
- Distribute rewards to users.
- Admin management (add/remove admins).
- Implement whitelist and blacklist management through TransferHook extension
- Solana CLI
- Anchor
- Node.js & npm
- Install Solana CLI.
- Install the Anchor CLi.
git clone https://github.com/PEPALabs/cura-contract.git
cd cura-contract
npm install
anchor build
anchor deploy
anchor run test