solana-program-library/token
dependabot[bot] f0c5e1e02d
build(deps-dev): bump @typescript-eslint/eslint-plugin in /token/js (#2071)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.2 to 4.28.3.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.3/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  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-13 08:31:23 +00:00
..
cli token-cli: Bump version to 2.0.13 2021-07-13 00:37:26 -06:00
js build(deps-dev): bump @typescript-eslint/eslint-plugin in /token/js (#2071) 2021-07-13 08:31:23 +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.