solana-program-library/token
dependabot[bot] fa0b2ad7fa
build(deps): bump @babel/runtime from 7.13.4 to 7.13.7 in /token/js (#1329)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.13.4 to 7.13.7.
- [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.13.7/packages/babel-runtime)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-24 10:44:41 +00:00
..
cli Add --allow-empty-recipient to `transfer` command 2021-02-22 11:50:34 -08:00
js build(deps): bump @babel/runtime from 7.13.4 to 7.13.7 in /token/js (#1329) 2021-02-24 10:44:41 +00:00
perf-monitor chore: bump solana crates to 1.5.6 2021-02-11 16:30:03 -07:00
program build(deps): bump solana-program from 1.5.6 to 1.5.8 (#1261) 2021-02-17 23:56:18 +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.