solana-program-library/token
Michael Vines 096d3d4da5 SPL Token supports NFTs too 2020-09-17 17:05:35 +00:00
..
cli Bump solana-clap-utils from 1.3.9 to 1.3.11 (#460) 2020-09-17 09:27:13 +00:00
js Bump prettier from 2.1.1 to 2.1.2 in /token/js (#459) 2020-09-17 08:40:51 +00:00
perf-monitor Remove pack's dependency on TokenError (#448) 2020-09-16 00:59:37 +00:00
program Nit: add current 2020-09-16 08:55:03 -07:00
program-v3 Nit: add current 2020-09-16 08:55:03 -07: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.