solana-program-library/token
dependabot[bot] dfb5774bd2
build(deps-dev): bump eslint from 7.29.0 to 7.30.0 in /token/js (#2021)
Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.30.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.29.0...v7.30.0)

---
updated-dependencies:
- dependency-name: eslint
  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-07-05 09:30:12 +00:00
..
cli Bump solana and borsh crates (#2015) 2021-07-02 16:53:41 +00:00
js build(deps-dev): bump eslint from 7.29.0 to 7.30.0 in /token/js (#2021) 2021-07-05 09:30:12 +00:00
perf-monitor Bump solana and borsh crates (#2015) 2021-07-02 16:53:41 +00:00
program Bump solana and borsh crates (#2015) 2021-07-02 16:53:41 +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.