solana-program-library/token
dependabot[bot] 26f4fa9333
Bump @solana/web3.js from 0.86.2 to 0.86.3 in /token/js (#780)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.86.2 to 0.86.3.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.86.2...v0.86.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-03 09:18:06 +00:00
..
cli Update to solana v1.4.4 2020-11-01 20:48:15 -08:00
js Bump @solana/web3.js from 0.86.2 to 0.86.3 in /token/js (#780) 2020-11-03 09:18:06 +00:00
perf-monitor Revert solana_rbpf to 0.1.32 to fix CI (#776) 2020-11-02 16:39:20 +01:00
program Drop lifetimes 2020-11-01 20:48:15 -08:00
program-v3 Drop lifetimes 2020-11-01 20:48:15 -08: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.