Fernando Otero 5adaa0e687 p-token: Add interface and p-token to workspace (#24) 7 bulan lalu
..
src 93adbecaff Use interface program id 8 bulan lalu
Cargo.toml 5adaa0e687 p-token: Add interface and p-token to workspace (#24) 7 bulan lalu
README.md 5adaa0e687 p-token: Add interface and p-token to workspace (#24) 7 bulan lalu

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.