solana-program-library/token
Michael Vines 2fa7bb0ef3 Adjust send_and_confirm_messages_with_spinner() to work better with public mainnet RPC 2021-09-08 12:08:27 -05:00
..
cli Adjust send_and_confirm_messages_with_spinner() to work better with public mainnet RPC 2021-09-08 12:08:27 -05:00
js Fix example codestyle (#2362) 2021-09-08 17:41:03 +02: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.