solana-program-library/token
dependabot[bot] e6a7c0080b
build(deps): bump serde from 1.0.126 to 1.0.127 (#2200)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.126 to 1.0.127.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.126...v1.0.127)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  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-08-02 11:15:36 +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 @babel/node from 7.14.7 to 7.14.9 in /token/js (#2192) 2021-08-02 09:14:48 +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.