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.