solana-program-library/token
Trent Nelson 72fc795f90 Bump SPL Token CLI version to 2.0.1 2020-09-09 17:14:13 +00:00
..
cli Bump SPL Token CLI version to 2.0.1 2020-09-09 17:14:13 +00:00
js Fix for token ts declarations - import the correct Account object (#400) 2020-09-09 09:35:38 -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.