Fernando Otero 84fcb2817d p-token: Bump pinocchio version (#91) 3 tygodni temu
..
src 84fcb2817d p-token: Bump pinocchio version (#91) 3 tygodni temu
Cargo.toml 8b7a81aeea p-interface: Change name for Pinocchio interface crate (#73) 2 miesięcy temu
README.md 8b7a81aeea p-interface: Change name for Pinocchio interface crate (#73) 2 miesięcy temu

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.