solana-program-library/token
dependabot[bot] 5f838ee392
Bump prettier from 2.1.1 to 2.1.2 in /token/js (#459)
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.1...2.1.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-17 08:40:51 +00:00
..
cli Bump solana-account-decoder from 1.3.9 to 1.3.11 (#461) 2020-09-17 08:40:45 +00:00
js Bump prettier from 2.1.1 to 2.1.2 in /token/js (#459) 2020-09-17 08:40:51 +00:00
perf-monitor Remove pack's dependency on TokenError (#448) 2020-09-16 00:59:37 +00:00
program Nit: add current 2020-09-16 08:55:03 -07:00
program-v3 Nit: add current 2020-09-16 08:55:03 -07: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.