Fernando Otero c149143b18 Update workspace dependencies (#67) 3 tháng trước cách đây
..
src 4c3fabd685 p-token: Fix error codes (#52) 5 tháng trước cách đây
Cargo.toml c149143b18 Update workspace dependencies (#67) 3 tháng trước cách đây
README.md 08540e264e p-token: Add scripts (#27) 7 tháng trước cách đây

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.