solana-program-library/token
dependabot[bot] 0f9859410f
build(deps-dev): bump @babel/preset-flow in /token/js (#1735)
Bumps [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow) from 7.12.13 to 7.13.13.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.13.13/packages/babel-preset-flow)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 19:55:03 +00:00
..
cli implement the ability to leave a memo on token creation 2021-05-11 20:21:08 -07:00
js build(deps-dev): bump @babel/preset-flow in /token/js (#1735) 2021-05-13 19:55:03 +00:00
perf-monitor Bump solana crates to v1.6.7 2021-05-05 04:39:49 +00:00
program Fix potential vulnerabilities in programs using spl-token CPIs by adding program id checks (#1714) 2021-05-12 22:36:41 +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.