solana-program-library/token
dependabot[bot] 449c4b95d6
Bump solana-cli-config from 1.3.13 to 1.3.14 (#552)
Bumps [solana-cli-config](https://github.com/solana-labs/solana) from 1.3.13 to 1.3.14.
- [Release notes](https://github.com/solana-labs/solana/releases)
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md)
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.13...v1.3.14)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-30 08:38:55 +00:00
..
cli Bump solana-cli-config from 1.3.13 to 1.3.14 (#552) 2020-09-30 08:38:55 +00:00
js Bump eslint-plugin-import from 2.22.0 to 2.22.1 in /token/js (#544) 2020-09-28 08:39:58 +00:00
perf-monitor Switch to solana_sdk Pack and COption 2020-09-21 17:08:37 -07:00
program Rename x2 instructions to xChecked 2020-09-22 02:51:27 -07:00
program-v3 Bump solana-sdk to v1.3.12 (#484) 2020-09-21 08:38:29 -07:00
README.md SPL Token supports NFTs too 2020-09-17 17:05:35 +00: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

JavaScript binding are available in the ./js directory.