solana-program-library/token
dependabot[bot] 2225db97d7
Bump rollup from 2.34.0 to 2.34.1 in /token/js (#917)
Bumps [rollup](https://github.com/rollup/rollup) from 2.34.0 to 2.34.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.34.0...v2.34.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-03 09:19:41 +00:00
..
cli Upgrade to Solana v1.4.14 2020-12-03 05:39:55 +00:00
js Bump rollup from 2.34.0 to 2.34.1 in /token/js (#917) 2020-12-03 09:19:41 +00:00
perf-monitor Upgrade to Solana v1.4.14 2020-12-03 05:39:55 +00:00
program Upgrade to Solana v1.4.14 2020-12-03 05:39:55 +00:00
program-v3 Upgrade to Solana v1.4.14 2020-12-03 05:39:55 +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.