solana-program-library/token
Michael Vines d624117afd Limit docs.rs builds 2020-11-05 13:42:48 -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 Back to no-entrypoint feature name 2020-11-03 10:34:43 -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 SPL Token supports NFTs too 2020-09-17 17:05:35 +00: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

JavaScript binding are available in the ./js directory.