solana-program-library/token
Michael Vines 054e4f71c5 Fix issues building against solana 1.8 2021-09-05 17:06:27 -07:00
..
cli Fix issues building against solana 1.8 2021-09-05 17:06:27 -07:00
js build(deps-dev): bump eslint-plugin-flowtype in /token/js (#2365) 2021-09-01 08:14:04 +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.