solana-program-library/token
Michael Vines 43d808c5fd Clean up `spl-token accounts <MINT>` output 2020-11-18 02:05:52 +00:00
..
cli Clean up `spl-token accounts <MINT>` output 2020-11-18 02:05:52 +00:00
js Bump @solana/web3.js from 0.87.0 to 0.87.1 in /token/js (#854) 2020-11-17 09:49:39 +00:00
perf-monitor Bump rbpf to v0.1.33, use semver (#859) 2020-11-17 15:49:07 -08:00
program Update to Solana 1.4.8 2020-11-14 02:35:20 +00:00
program-v3 Update to Solana 1.4.8 2020-11-14 02:35:20 +00: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.