solana-program-library/token
dependabot[bot] 1ad862cd30
build(deps): bump @solana/web3.js from 0.90.0 to 0.90.1 in /token/js (#1109)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.90.0 to 0.90.1.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.90.0...v0.90.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-21 09:24:28 +00:00
..
cli build(deps): bump solana-logger from 1.5.1 to 1.5.3 (#1066) 2021-01-14 12:36:43 +00:00
js build(deps): bump @solana/web3.js from 0.90.0 to 0.90.1 in /token/js (#1109) 2021-01-21 09:24:28 +00:00
perf-monitor Disable tests that link directly with the BPF VM. 2020-12-17 21:24:30 -08:00
program build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025) 2021-01-04 13:51:29 +00:00
program-v3 build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025) 2021-01-04 13:51:29 +00:00
README.md Fix broken stake-pool docs link and make readme's consistent (#805) 2020-11-06 09:15:27 +08: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/token

JavaScript binding are available in the ./js directory.