Skip to content

krishprism1/solana-token

Repository files navigation

Anchor SPL Token Project Setup Guide

The project is designed to mint, transfer, burn, freeze, and unfreeze SPL tokens using the Anchor framework.

Prerequisites

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

Getting Started

- git clone
- npm install
- solana config set --url https://api.devnet.solana.com
- anchor build
- anchor deploy

About

spl token with anchor-framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published