solana-program-library/token
Ryo Onodera 2221e5df74 token-cli: Bump version to 2.0.15 2021-09-28 22:03:41 +09:00
..
cli token-cli: Bump version to 2.0.15 2021-09-28 22:03:41 +09:00
js build(deps-dev): bump @babel/node from 7.14.9 to 7.15.4 in /token/js (#2419) 2021-09-16 08:32:30 +00:00
perf-monitor Upgrade to Solana 1.7.11 2021-08-30 12:41:08 -07:00
program Upgrade to Solana 1.7.11 2021-08-30 12:41:08 -07:00
README.md token: Bump C bindings (#2109) 2021-07-19 23:57:26 +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/token

JavaScript bindings are available in the ./js directory.