solana-program-library/token
dependabot[bot] b5918d8ea6
Bump @solana/web3.js from 0.86.1 to 0.86.2 in /token/js (#757)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.86.1 to 0.86.2.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.86.1...v0.86.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-01 19:09:27 +08:00
..
cli Clippy suggestions (#765) 2020-10-31 19:10:33 -06:00
js Bump @solana/web3.js from 0.86.1 to 0.86.2 in /token/js (#757) 2020-11-01 19:09:27 +08:00
perf-monitor Port SPL to solana-program and `cargo build-bpf` 2020-10-24 19:21:38 -07:00
program Clippy suggestions (#765) 2020-10-31 19:10:33 -06:00
program-v3 Clippy suggestions (#765) 2020-10-31 19:10:33 -06: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.