solana-program-library/token
dependabot[bot] 025a605a59
Bump @babel/core from 7.11.1 to 7.11.4 in /token/js (#317)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.1 to 7.11.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.4/packages/babel-core)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-26 08:33:10 +00:00
..
cli Bump solana-clap-utils from 1.3.2 to 1.3.4 (#318) 2020-08-26 08:33:05 +00:00
js Bump @babel/core from 7.11.1 to 7.11.4 in /token/js (#317) 2020-08-26 08:33:10 +00:00
program Bump solana-sdk from 1.3.2 to 1.3.4 2020-08-25 09:05:29 -07:00
program2 token: Add close_authority and re-enable CloseAccount for non-native Accounts (#314) 2020-08-25 21:36:35 -06: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.