solana-program-library/token
Michael Vines d0d2a22545 Disable tests that link directly with the BPF VM. 2020-12-17 21:24:30 -08:00
..
cli Update to Solana 1.5.0 2020-12-17 21:24:30 -08:00
js Port token js tests from solana-localnet to solana-test-validator 2020-12-17 21:24:30 -08:00
perf-monitor Disable tests that link directly with the BPF VM. 2020-12-17 21:24:30 -08:00
program Update to Solana 1.5.0 2020-12-17 21:24:30 -08:00
program-v3 Update to Solana 1.5.0 2020-12-17 21:24:30 -08:00
README.md Fix broken stake-pool docs link and make readme's consistent (#805) 2020-11-06 09:15:27 +08:00

README.md

Token program

A token program on the Solana blockchain, usable for fungible and non-fungible tokens.

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/token

JavaScript binding are available in the ./js directory.