|
|
1 개월 전 | |
|---|---|---|
| .. | ||
| src | 1 개월 전 | |
| Cargo.toml | 1 개월 전 | |
| README.md | 1 개월 전 | |
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.
From your project folder:
cargo add spl-token-interface
This will add the spl-token-interface dependency to your Cargo.toml file.
Read more about the SPL Token interface on the crate documentation.