Solana

# SPL Token Interface This crate contains instructions and constructors for interacting with the [SPL Token program](https://spl.solana.com/token). The Token program defines a common implementation for Fungible and Non Fungible tokens. ## Getting Started From your project folder: ```bash 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](https://docs.rs/spl-token-interface).