Michael Vines 8fee2f5275 Update token.h 5 years ago
..
inc 8fee2f5275 Update token.h 10 months ago
src 01873468e2 Reorganize crates based on program 10 months ago
Cargo.toml 01873468e2 Reorganize crates based on program 10 months ago
README.md 01873468e2 Reorganize crates based on program 10 months ago
Xargo.toml 01873468e2 Reorganize crates based on program 10 months ago
build.rs 01873468e2 Reorganize crates based on program 10 months ago
idl.json d4d2abb313 Use Codama v1.0.0 (#8) 1 year ago
program-id.md 01873468e2 Reorganize crates based on program 10 months ago

README.md

Token program

A Fungible Token program on the Solana blockchain.

This program provides an interface and implementation that third parties can utilize to create and use their tokens.

Full documentation is available at https://spl.solana.com

Javascript binding are available in the ./js directory.