Skip to content

CURA-Lab/cura-contract

Repository files navigation

Cura Contract

Cura Contract is a Solana smart contract built using the Anchor framework. It manages token minting, distribution, burning, and admin management features.

Features

  • Token minting and burning.
  • Distribute rewards to users.
  • Admin management (add/remove admins).
  • Implement whitelist and blacklist management through TransferHook extension

Prerequisites

  • Solana CLI
  • Anchor
  • Node.js & npm

Installation

  1. Install Solana CLI.
  2. Install the Anchor CLi.

Clone the repository

    git clone https://github.com/PEPALabs/cura-contract.git
    cd cura-contract

Install npm dependencies

    npm install

Build && Deploy && Test

    anchor build
    anchor deploy
    anchor run test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published