Module simplespl

Module simplespl 

Source
Expand description

Simple SPL Module

This module provides simple and user-friendly functions for creating and managing SPL tokens with minimal setup. It is designed for developers who want to quickly deploy SPL tokens without dealing with the complexities of the underlying SPL token program directly.

Constants§

ID
The const program ID.

Functions§

burn_simple
Burns SPL tokens from an account.
mint_simple
Mints new SPL tokens with associated metadata.
transfer_simple
Transfers SPL tokens from one account to another.