solana-program-library/token
dependabot[bot] 14d102b86a
Bump solana-cli-config from 1.4.1 to 1.4.2 (#704)
Bumps [solana-cli-config](https://github.com/solana-labs/solana) from 1.4.1 to 1.4.2.
- [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.4.1...v1.4.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-23 13:29:32 +00:00
..
cli Bump solana-cli-config from 1.4.1 to 1.4.2 (#704) 2020-10-23 13:29:32 +00:00
js Bump @solana/web3.js from 0.82.0 to 0.83.0 in /token/js (#699) 2020-10-23 09:13:45 +00:00
perf-monitor Update SDK version to v1.3.17 (#649) 2020-10-19 18:07:45 +08:00
program Add additional transfer test coverage 2020-10-20 08:25:36 +00:00
program-v3 Add additional transfer test coverage 2020-10-20 08:25:36 +00: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.