Fernando Otero a7c488ca39 p-token: Use latest pinocchio crates (#72) 2 月之前
..
src e734eb983b p-token: Add unsafe to transmutable trait (#65) 3 月之前
Cargo.toml a7c488ca39 p-token: Use latest pinocchio crates (#72) 2 月之前
README.md 08540e264e p-token: Add scripts (#27) 7 月之前

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.