solana-program-library/token
Maximilian Schneider 80f4414b5f fixes to make test build 2023-03-09 00:20:44 +01:00
..
cli fixes to make test build 2023-03-09 00:20:44 +01:00
js spl-token: Bump web3.js to v1.2.2 (#1516) 2021-03-30 00:11:12 +08:00
perf-monitor update dependencies 2023-03-09 00:05:21 +01:00
program update dependencies 2023-03-09 00:05:21 +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.