The project is designed to mint, transfer, burn, freeze, and unfreeze SPL tokens using the Anchor framework.
Before you begin, ensure you have the following installed on your system:
- Rust programming language and Cargo (with rustup).
- Node.js and npm.
- Solana CLI tools.
- Yarn package manager.
- anchor
- git clone
- npm install
- solana config set --url https://api.devnet.solana.com
- anchor build
- anchor deploy