solana-program-library/token
dependabot[bot] 64c99a5f5b
Bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0 in /token/js (#911)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 16.0.0 to 17.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v16.0.0...commonjs-v17.0.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-02 09:32:16 +00:00
..
cli Bump SPL Token CLI version to 2.0.5 2020-11-20 09:03:55 -08:00
js Bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0 in /token/js (#911) 2020-12-02 09:32:16 +00:00
perf-monitor Clippy cleanup (#894) 2020-11-25 23:53:18 +00:00
program Bump solana version to v1.4.9 2020-11-17 20:02:17 -08:00
program-v3 Bump solana version to v1.4.9 2020-11-17 20:02:17 -08: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.