solana-program-library/token
Justin Starry 5473494f24
spl-token: Bump web3.js to v1.2.2 (#1516)
2021-03-30 00:11:12 +08:00
..
cli Accounts: check mint if provided, use helper (#1503) 2021-03-24 00:06:39 +00:00
js spl-token: Bump web3.js to v1.2.2 (#1516) 2021-03-30 00:11:12 +08:00
perf-monitor Bump Solana version to 1.6.1 2021-03-18 04:07:16 +00:00
program Bump Solana version to 1.6.1 2021-03-18 04:07:16 +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.