solana-program-library/token
Michael Vines 341149d0e9 Back to no-entrypoint feature name 2020-11-03 10:34:43 -08:00
..
cli Back to no-entrypoint feature name 2020-11-03 10:34:43 -08:00
js Bump @solana/web3.js from 0.86.2 to 0.86.3 in /token/js (#780) 2020-11-03 09:18:06 +00:00
perf-monitor Back to no-entrypoint feature name 2020-11-03 10:34:43 -08:00
program Back to no-entrypoint feature name 2020-11-03 10:34:43 -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.