solana-program-library/token
dependabot-preview[bot] 23d0ce8528
Bump eslint-plugin-import from 2.20.2 to 2.22.0 in /token/js (#64)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.2 to 2.22.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...v2.22.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-07 23:32:33 -07:00
..
inc Remove supply from Token (#82) 2020-07-07 14:34:23 -07:00
js Bump eslint-plugin-import from 2.20.2 to 2.22.0 in /token/js (#64) 2020-07-07 23:32:33 -07: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