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.