solana-program-library/token
dependabot[bot] a328f9651b
Bump @solana/web3.js from 0.81.0 to 0.82.0 in /token/js (#685)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.81.0 to 0.82.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.81.0...v0.82.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-22 09:19:17 +00:00
..
cli Bump console from 0.12.0 to 0.13.0 (#659) 2020-10-19 12:18:56 +00:00
js Bump @solana/web3.js from 0.81.0 to 0.82.0 in /token/js (#685) 2020-10-22 09:19:17 +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.