solana-program-library/token
dependabot[bot] 8c777f25a9
Bump solana-logger from 1.3.13 to 1.3.14 (#553)
Bumps [solana-logger](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 09:16:41 +00:00
..
cli Bump solana-logger from 1.3.13 to 1.3.14 (#553) 2020-09-30 09:16:41 +00:00
js Bump @solana/web3.js from 0.78.1 to 0.78.2 in /token/js (#551) 2020-09-30 08:40:13 +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.