solana-program-library/token-swap
dependabot-preview[bot] bf49233e0f
Bump eslint-loader from 3.0.4 to 4.0.2 in /token-swap/js (#96)
Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader) from 3.0.4 to 4.0.2.
- [Release notes](https://github.com/webpack-contrib/eslint-loader/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.4...v4.0.2)

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-08 18:12:15 +08:00
..
inc Remove supply from Token (#82) 2020-07-07 14:34:23 -07:00
js Bump eslint-loader from 3.0.4 to 4.0.2 in /token-swap/js (#96) 2020-07-08 18:12:15 +08:00
src Remove supply from Token (#82) 2020-07-07 14:34:23 -07:00
Cargo.lock Fix token-swap (#72) 2020-07-01 00:56:00 -07:00
Cargo.toml Fix token-swap (#72) 2020-07-01 00:56:00 -07:00
README.md Token swap (#50) 2020-06-30 15:37:35 -07:00
Xargo.toml Token swap (#50) 2020-06-30 15:37:35 -07:00
build.rs Fix token-swap (#72) 2020-07-01 00:56:00 -07:00
cbindgen.toml Fix token-swap (#72) 2020-07-01 00:56:00 -07:00

README.md

Token-swap program

An Uniswap-like exchange for the Token program on the Solana blockchain.

The project comprises:

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