solana-program-library/token
dependabot[bot] 1782bcf24c
Bump @babel/preset-env from 7.10.4 to 7.11.0 in /token/js (#172)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.4 to 7.11.0.
- [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.0/packages/babel-preset-env)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 00:16:19 +00:00
..
inc Bump version to 1.0.3 2020-07-30 15:32:22 -07:00
js Bump @babel/preset-env from 7.10.4 to 7.11.0 in /token/js (#172) 2020-07-31 00:16:19 +00:00
src Export current solana-sdk types for downstream users 2020-07-30 15:28:45 -07:00
Cargo.lock Bump version to 1.0.3 2020-07-30 15:32:22 -07:00
Cargo.toml Bump version to 1.0.3 2020-07-30 15:32:22 -07:00
README.md Nits (#159) 2020-07-28 16:33:34 -07:00
Xargo.toml Reorganize repository in preparation for more programs (#20) 2020-06-05 12:34:17 -06:00
build.rs Fix C header to include state structures (#138) 2020-07-21 00:46:02 -07:00
program-id.md Token: add Rust program id and bump version (#47) 2020-07-15 18:52:15 -06: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.