solana-program-library/token
fukaoi 5436ac239e
added transferChecked (#2481)
2021-10-13 16:55:19 +02:00
..
cli Upgrade to Solana 1.8.0 2021-10-12 09:40:06 -07:00
js added transferChecked (#2481) 2021-10-13 16:55:19 +02: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.