solana-program-library/token
dependabot[bot] 46adc5e1d9
Bump prettier from 2.0.2 to 2.0.5 in /token/js (#98)
Bumps [prettier](https://github.com/prettier/prettier) from 2.0.2 to 2.0.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.0.2...2.0.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-08 18:12:25 +08:00
..
inc Remove supply from Token (#82) 2020-07-07 14:34:23 -07:00
js Bump prettier from 2.0.2 to 2.0.5 in /token/js (#98) 2020-07-08 18:12:25 +08:00
src Remove supply from Token (#82) 2020-07-07 14:34:23 -07:00
Cargo.lock FFI compatible token interface (#48) 2020-06-26 15:20:03 -07:00
Cargo.toml Fix token-swap (#72) 2020-07-01 00:56:00 -07:00
README.md Reorganize repository in preparation for more programs (#20) 2020-06-05 12:34:17 -06:00
Xargo.toml Reorganize repository in preparation for more programs (#20) 2020-06-05 12:34:17 -06:00
build.rs FFI compatible token interface (#48) 2020-06-26 15:20:03 -07:00
cbindgen.toml Fix token-swap (#72) 2020-07-01 00:56:00 -07:00

README.md

Token program

An ERC20-like Token program on the Solana blockchain.

The project comprises:

  • The Rust on-chain program
  • A JavaScript library to interact with the on-chain program