solana-program-library/token
dependabot[bot] f229456e15
Bump solana-cli-config from 1.3.9 to 1.3.11 (#451)
Bumps [solana-cli-config](https://github.com/solana-labs/solana) from 1.3.9 to 1.3.11.
- [Release notes](https://github.com/solana-labs/solana/releases)
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md)
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.9...v1.3.11)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-16 08:41:57 +00:00
..
cli Bump solana-cli-config from 1.3.9 to 1.3.11 (#451) 2020-09-16 08:41:57 +00:00
js Bump @babel/plugin-transform-runtime from 7.11.0 to 7.11.5 in /token/js (#452) 2020-09-16 08:39:50 +00:00
perf-monitor Remove pack's dependency on TokenError (#448) 2020-09-16 00:59:37 +00:00
program Bump dependencies from 1.3.8 to 1.3.9 (#415) 2020-09-10 17:25:43 +08:00
program-v3 Remove pack's dependency on TokenError (#448) 2020-09-16 00:59:37 +00:00
README.md Javascript -> JavaScript (#409) 2020-09-09 17:57:30 -06:00

README.md

Token program

A Fungible Token program on the Solana blockchain.

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.