solana-program-library/token
Michael Vines 901d43f965 Use cargo-test-bpf 2020-11-06 21:29:04 -08:00
..
cli Output tweaks 2020-11-05 13:42:48 -08:00
js Bump @babel/node from 7.12.1 to 7.12.6 in /token/js (#803) 2020-11-05 09:29:06 +00:00
perf-monitor Use cargo-test-bpf 2020-11-06 21:29:04 -08:00
program Limit docs.rs builds 2020-11-05 13:42:48 -08:00
program-v3 Back to no-entrypoint feature name 2020-11-03 10:34:43 -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.