solana-program-library/token
dependabot[bot] 0282adc929
Bump @babel/plugin-transform-runtime from 7.12.0 to 7.12.1 in /token/js (#677)
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.12.0 to 7.12.1.
- [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.1/packages/babel-plugin-transform-runtime)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-21 09:18:57 +00:00
..
cli Bump console from 0.12.0 to 0.13.0 (#659) 2020-10-19 12:18:56 +00:00
js Bump @babel/plugin-transform-runtime from 7.12.0 to 7.12.1 in /token/js (#677) 2020-10-21 09:18:57 +00:00
perf-monitor Update SDK version to v1.3.17 (#649) 2020-10-19 18:07:45 +08:00
program Add additional transfer test coverage 2020-10-20 08:25:36 +00:00
program-v3 Add additional transfer test coverage 2020-10-20 08:25:36 +00: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.