solana-program-library/token
Trent Nelson 2316b6092e chore: token - bump version to 3.1.0 2021-02-11 16:30:03 -07:00
..
cli chore: token - bump version to 3.1.0 2021-02-11 16:30:03 -07:00
js build(deps): bump @solana/web3.js from 0.91.0 to 0.91.1 in /token/js (#1208) 2021-02-11 09:38:29 +00:00
perf-monitor chore: bump solana crates to 1.5.6 2021-02-11 16:30:03 -07:00
program chore: token - bump version to 3.1.0 2021-02-11 16:30:03 -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.