solana-program-library/token
Michael Vines 1c417ffa4f Fork Token 2022 program 2021-10-12 10:43:58 -07:00
..
cli Upgrade to Solana 1.8.0 2021-10-12 09:40:06 -07: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.8.0 2021-10-12 09:40:06 -07:00
program Upgrade to Solana 1.8.0 2021-10-12 09:40:06 -07:00
program-2022 Fork Token 2022 program 2021-10-12 10:43:58 -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.