solana-program-library/token
dependabot[bot] 5a8d56e725
build(deps-dev): bump flow-remove-types in /token/js (#2231)
Bumps [flow-remove-types](https://github.com/facebook/flow) from 2.156.0 to 2.157.0.
- [Release notes](https://github.com/facebook/flow/releases)
- [Changelog](https://github.com/facebook/flow/blob/master/Changelog.md)
- [Commits](https://github.com/facebook/flow/commits)

---
updated-dependencies:
- dependency-name: flow-remove-types
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-06 08:37:09 +00:00
..
cli build(deps): bump serde from 1.0.126 to 1.0.127 (#2200) 2021-08-02 11:15:36 +00:00
js build(deps-dev): bump flow-remove-types in /token/js (#2231) 2021-08-06 08:37:09 +00:00
perf-monitor Bump solana crates (#2139) 2021-07-23 16:47:06 +00:00
program build(deps): bump num_enum from 0.5.2 to 0.5.3 (#2207) 2021-08-03 11:16:44 +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.