solana-program-library/token-swap
dependabot[bot] 663390b727
Bump eslint-plugin-import from 2.22.0 to 2.22.1 in /token-swap/js (#547)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.0 to 2.22.1.
- [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.22.0...v2.22.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 09:18:51 +00:00
..
js Bump eslint-plugin-import from 2.22.0 to 2.22.1 in /token-swap/js (#547) 2020-09-28 09:18:51 +00:00
program token-swap: Improve pool token supply on initialization, deposit, and withdrawal (#508) 2020-09-23 23:08:44 +02:00
.gitignore Token-swap ts, flow bindings and build using rollup. (#463) 2020-09-18 09:31:16 +02:00
README.md Javascript -> JavaScript (#409) 2020-09-09 17:57:30 -06:00

README.md

Token-swap program

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

Full documentation is available at https://spl.solana.com

JavaScript binding are available in the ./js directory.