solana-program-library/token
Tyera Eulberg 0acc8c8bad
Bump solana and borsh crates (#2015)
2021-07-02 16:53:41 +00:00
..
cli Bump solana and borsh crates (#2015) 2021-07-02 16:53:41 +00:00
js build(deps-dev): bump rollup from 2.52.3 to 2.52.4 in /token/js (#2000) 2021-06-30 08:40:03 +00:00
perf-monitor Bump solana and borsh crates (#2015) 2021-07-02 16:53:41 +00:00
program Bump solana and borsh crates (#2015) 2021-07-02 16:53:41 +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.