Fernando Otero 5adaa0e687 p-token: Add interface and p-token to workspace (#24) 7 月之前
..
src 93adbecaff Use interface program id 8 月之前
Cargo.toml 5adaa0e687 p-token: Add interface and p-token to workspace (#24) 7 月之前
README.md 5adaa0e687 p-token: Add interface and p-token to workspace (#24) 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 program on the crate documentation.