solana-program-library/token
Tyera Eulberg 936ecef809
Bump spl-token-cli to 2.0.10 (#1540)
2021-03-30 17:22:17 -06:00
..
cli Bump spl-token-cli to 2.0.10 (#1540) 2021-03-30 17:22:17 -06:00
js Remove unconditional hidden commitment override for sanity (#1528) 2021-03-30 22:37:56 +09:00
perf-monitor Update to Solana 1.6.2 2021-03-30 09:38:04 -07:00
program Update to Solana 1.6.2 2021-03-30 09:38:04 -07: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.