solana-program-library/token
Trent Nelson 9eb10d9144 Unrelated clippy... 2020-09-04 01:18:44 -06:00
..
cli Bump solana crates to 1.3.8 2020-09-04 01:18:44 -06:00
js Bump Token version to 2.0.4 2020-09-04 01:18:44 -06:00
perf-monitor Bump solana crates to 1.3.8 2020-09-04 01:18:44 -06:00
program Unrelated clippy... 2020-09-04 01:18:44 -06:00
README.md Move program READMEs back 2020-08-08 23:04:16 +00:00

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.