solana-program-library/token
Michael Vines a782f3e52f Add --allow-empty-recipient to `transfer` command 2021-02-22 11:50:34 -08:00
..
cli Add --allow-empty-recipient to `transfer` command 2021-02-22 11:50:34 -08:00
js build(deps): bump @solana/web3.js from 0.92.1 to 0.92.2 in /token/js (#1287) 2021-02-19 11:09:45 +00:00
perf-monitor chore: bump solana crates to 1.5.6 2021-02-11 16:30:03 -07:00
program build(deps): bump solana-program from 1.5.6 to 1.5.8 (#1261) 2021-02-17 23:56:18 +00:00
README.md Fix broken stake-pool docs link and make readme's consistent (#805) 2020-11-06 09:15:27 +08: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 binding are available in the ./js directory.