solana-program-library/token
dependabot[bot] 0077fb421f
build(deps): bump @solana/web3.js from 0.90.5 to 0.91.0 in /token/js (#1195)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.90.5 to 0.91.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.90.5...v0.91.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 09:32:30 +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.5 to 0.91.0 in /token/js (#1195) 2021-02-08 09:32:30 +00:00
perf-monitor Disable tests that link directly with the BPF VM. 2020-12-17 21:24:30 -08:00
program token: Add InitializeAccount2 instruction 2021-02-01 14:47:29 -07: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.