solana-program-library/token
dependabot[bot] 3fcfb999d1
build(deps): bump serde from 1.0.129 to 1.0.130 (#2361)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.129 to 1.0.130.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.129...v1.0.130)

---
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-31 11:13:17 +00:00
..
cli build(deps): bump serde from 1.0.129 to 1.0.130 (#2361) 2021-08-31 11:13:17 +00:00
js build(deps-dev): bump @typescript-eslint/eslint-plugin in /token/js (#2354) 2021-08-31 08:32:31 +00:00
perf-monitor Upgrade to Solana 1.7.11 2021-08-30 12:41:08 -07:00
program Upgrade to Solana 1.7.11 2021-08-30 12:41:08 -07: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.