solana-program-library/token
dependabot[bot] 60aeb7c56c
build(deps-dev): bump @babel/preset-env in /token/js (#2177)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.7 to 7.14.8.
- [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.14.8/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-29 16:03:25 +00:00
..
cli build(deps): bump serde_json from 1.0.64 to 1.0.65 (#2160) 2021-07-29 11:47:23 +00:00
js build(deps-dev): bump @babel/preset-env in /token/js (#2177) 2021-07-29 16:03:25 +00:00
perf-monitor Bump solana crates (#2139) 2021-07-23 16:47:06 +00:00
program Bump solana crates (#2139) 2021-07-23 16:47:06 +00:00
README.md token: Bump C bindings (#2109) 2021-07-19 23:57:26 +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/token

JavaScript bindings are available in the ./js directory.