solana-program-library/token-swap
dependabot[bot] dfb616b8b1
Bump eslint from 7.13.0 to 7.16.0 in /token-swap/js (#963)
Bumps [eslint](https://github.com/eslint/eslint) from 7.13.0 to 7.16.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.13.0...v7.16.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 08:55:25 +08:00
..
js Bump eslint from 7.13.0 to 7.16.0 in /token-swap/js (#963) 2021-01-04 08:55:25 +08:00
program token-swap: Add new instructions to fuzzing (#961) 2020-12-18 16:35:17 +01:00
.gitignore token-swap stable curve: 256-bit math added with tests (#886) 2020-11-25 21:19:25 +01:00
README.md Fix broken stake-pool docs link and make readme's consistent (#805) 2020-11-06 09:15:27 +08: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/token-swap

JavaScript binding are available in the ./js directory.