solana-program-library/token
dependabot[bot] e664feb4d7
build(deps-dev): bump rollup from 2.35.1 to 2.36.0 in /token/js (#1035)
Bumps [rollup](https://github.com/rollup/rollup) from 2.35.1 to 2.36.0.
- [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.35.1...v2.36.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 09:45:00 +00:00
..
cli build(deps): bump solana-cli-config from 1.5.0 to 1.5.1 (#1023) 2021-01-04 12:39:08 +00:00
js build(deps-dev): bump rollup from 2.35.1 to 2.36.0 in /token/js (#1035) 2021-01-06 09:45:00 +00:00
perf-monitor Disable tests that link directly with the BPF VM. 2020-12-17 21:24:30 -08:00
program build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025) 2021-01-04 13:51:29 +00:00
program-v3 build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025) 2021-01-04 13:51:29 +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.