solana-program-library/token
dependabot[bot] 62aa653dc6
Bump @solana/web3.js from 0.80.0 to 0.80.1 in /token/js (#604)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.80.0 to 0.80.1.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.80.0...v0.80.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-13 09:14:04 +00:00
..
cli Bump solana-cli-config from 1.3.15 to 1.3.16 (#603) 2020-10-12 12:21:31 +00:00
js Bump @solana/web3.js from 0.80.0 to 0.80.1 in /token/js (#604) 2020-10-13 09:14:04 +00:00
perf-monitor token: Bump solana crates to 1.3.14 2020-09-30 20:17:53 +00:00
program Remove skip-no-mangle entirely 2020-10-07 09:13:59 -07:00
program-v3 Remove skip-no-mangle entirely 2020-10-07 09:13:59 -07: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.