solana-program-library/token
Tyera Eulberg 82a385b7c3
Bump spl-token-cli for new release (#1463)
2021-03-16 18:24:04 -06:00
..
cli Bump spl-token-cli for new release (#1463) 2021-03-16 18:24:04 -06:00
js build(deps-dev): bump mocha from 8.3.1 to 8.3.2 in /token/js (#1443) 2021-03-12 09:36:28 +00:00
perf-monitor Update solana-program to 1.5.11 (#1362) 2021-03-02 19:19:50 +01:00
program Update solana-program to 1.5.11 (#1362) 2021-03-02 19:19:50 +01: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.