solana-program-library/token
Justin Starry 9a8fa8e845
Update SDK version to v1.3.17 (#649)
* Update SDK version to v1.3.17

* Fix clients
2020-10-19 18:07:45 +08:00
..
cli Upgrade solana-sdk in themis (#636) 2020-10-16 16:28:07 -06:00
js Update SDK version to v1.3.17 (#649) 2020-10-19 18:07:45 +08:00
perf-monitor Update SDK version to v1.3.17 (#649) 2020-10-19 18:07:45 +08:00
program Bump memo and token versions (#627) 2020-10-15 12:20:23 -06:00
program-v3 Update SDK version to v1.3.17 (#649) 2020-10-19 18:07:45 +08:00
README.md

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.