Fernando Otero ef92ca0a07 interface: Add `no_std` attribute (#42) hai 6 meses
..
src ef92ca0a07 interface: Add `no_std` attribute (#42) hai 6 meses
Cargo.toml ef92ca0a07 interface: Add `no_std` attribute (#42) hai 6 meses
README.md 08540e264e p-token: Add scripts (#27) hai 7 meses

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.