solana-program-library/token
Michael Vines 9f4e6d8beb Update to solana v1.4.4 2020-11-01 20:48:15 -08:00
..
cli Update to solana v1.4.4 2020-11-01 20:48:15 -08:00
js Bump flow-bin from 0.136.0 to 0.137.0 in /token/js (#748) 2020-11-01 23:45:04 +08:00
perf-monitor Update to solana v1.4.4 2020-11-01 20:48:15 -08:00
program Update to solana v1.4.4 2020-11-01 20:48:15 -08:00
program-v3 Update to solana v1.4.4 2020-11-01 20:48:15 -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.