solana-program-library/token
dependabot[bot] 7fbfd02bbf
Bump @babel/runtime from 7.12.1 to 7.12.5 in /token/js (#794)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.12.1 to 7.12.5.
- [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.12.5/packages/babel-runtime)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-04 09:26:02 +00:00
..
cli Back to no-entrypoint feature name 2020-11-03 10:34:43 -08:00
js Bump @babel/runtime from 7.12.1 to 7.12.5 in /token/js (#794) 2020-11-04 09:26:02 +00:00
perf-monitor Back to no-entrypoint feature name 2020-11-03 10:34:43 -08:00
program Back to no-entrypoint feature name 2020-11-03 10:34:43 -08:00
program-v3 Back to no-entrypoint feature name 2020-11-03 10:34:43 -08:00
README.md SPL Token supports NFTs too 2020-09-17 17:05:35 +00: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

JavaScript binding are available in the ./js directory.