solana-program-library/token
dependabot[bot] 40b43f3ebe
Bump solana-cli-config from 1.3.2 to 1.3.4 (#292)
Bumps [solana-cli-config](https://github.com/solana-labs/solana) from 1.3.2 to 1.3.4.
- [Release notes](https://github.com/solana-labs/solana/releases)
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md)
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.2...v1.3.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-25 16:37:47 +00:00
..
cli Bump solana-cli-config from 1.3.2 to 1.3.4 (#292) 2020-08-25 16:37:47 +00:00
js Bump eslint from 7.6.0 to 7.7.0 in /token/js 2020-08-25 09:05:55 -07:00
program Bump solana-sdk from 1.3.2 to 1.3.4 2020-08-25 09:05:29 -07:00
program2 Bump solana-sdk from 1.3.2 to 1.3.4 2020-08-25 09:05:29 -07:00
README.md Move program READMEs back 2020-08-08 23:04:16 +00:00

README.md

Token program

A Fungible Token program on the Solana blockchain.

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

Javascript binding are available in the ./js directory.