Fernando Otero 4c3fabd685 p-token: Fix error codes (#52) vor 5 Monaten
..
src 4c3fabd685 p-token: Fix error codes (#52) vor 5 Monaten
Cargo.toml 4c3fabd685 p-token: Fix error codes (#52) vor 5 Monaten
README.md 08540e264e p-token: Add scripts (#27) vor 7 Monaten

README.md

Solana

SPL Token Interface

This crate contains instructions and constructors for interacting with the SPL Token program.

The Token program defines a common implementation for Fungible and Non Fungible tokens.

Getting Started

From your project folder:

cargo add spl-token-interface

This will add the spl-token-interface dependency to your Cargo.toml file.

Documentation

Read more about the SPL Token interface on the crate documentation.