Skip to main content

Prerequisites

What is an SPL-token?

Solana blockchain tokens are called as SPL-tokens. SPL-Tokens are created using token-program.

Even though there is a native way to create/transfer and manipulate spl-tokens using the solana native program, it is easier to use to do the same using Anchor Framework

In this series, we will use Anchor Framework extensively to understand the concepts.

Prerequisites

This guide requires you to have following installed

  • Rust CLI - Following this link for installing in your machine
  • You should have installed Solana in your machine - Please follow this link
  • You should have installed Anchor Framework - Please follow this link
  • Typescript on the client side. (Anchor Framework generates a client code as well)