solana-program-library/token
Trent Nelson 9482f8d4e3 token/js: Bump version to v0.1.4 2021-05-07 06:39:04 +00:00
..
cli Bump solana crates to v1.6.7 2021-05-05 04:39:49 +00:00
js token/js: Bump version to v0.1.4 2021-05-07 06:39:04 +00:00
perf-monitor Bump solana crates to v1.6.7 2021-05-05 04:39:49 +00:00
program Bump solana crates to v1.6.7 2021-05-05 04:39:49 +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.