solana-program-library/token
dependabot[bot] 377468132a
Bump @solana/web3.js from 0.84.0 to 0.86.1 in /token/js (#749)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.84.0 to 0.86.1.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.84.0...v0.86.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-29 09:06:44 +00:00
..
cli Correct help text 2020-10-28 17:43:57 -07:00
js Bump @solana/web3.js from 0.84.0 to 0.86.1 in /token/js (#749) 2020-10-29 09:06:44 +00:00
perf-monitor Port SPL to solana-program and `cargo build-bpf` 2020-10-24 19:21:38 -07:00
program reformat token instruction comments (#732) 2020-10-27 01:04:39 +00:00
program-v3 reformat token instruction comments (#732) 2020-10-27 01:04:39 +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.