Fernando Otero 90152b12d0 p-token: Add `withdraw_excess_lamports` instruction (#36) 7 mēneši atpakaļ
..
src 90152b12d0 p-token: Add `withdraw_excess_lamports` instruction (#36) 7 mēneši atpakaļ
Cargo.toml 3daf44899f p-token: Fix review comments (#32) 7 mēneši atpakaļ
README.md 08540e264e p-token: Add scripts (#27) 7 mēneši atpakaļ

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.