solana-program-library/token
Michael Vines 1e47030549 Update SPL to Solana v1.6.6 2021-04-23 13:39:51 -07:00
..
cli Update SPL to Solana v1.6.6 2021-04-23 13:39:51 -07:00
js build(deps-dev): bump @babel/cli from 7.13.10 to 7.13.16 in /token/js (#1615) 2021-04-21 08:56:11 +00:00
perf-monitor Update SPL to Solana v1.6.6 2021-04-23 13:39:51 -07:00
program Update SPL to Solana v1.6.6 2021-04-23 13:39:51 -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.