solana-program-library/token-swap
dependabot[bot] 19152cfcb7
Bump prettier from 2.1.0 to 2.1.1 in /token-swap/js (#319)
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.0 to 2.1.1.
- [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.1.0...2.1.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-26 08:34:28 +00:00
..
js Bump prettier from 2.1.0 to 2.1.1 in /token-swap/js (#319) 2020-08-26 08:34:28 +00:00
program Bump solana-sdk from 1.3.2 to 1.3.4 2020-08-25 09:05:29 -07:00
README.md Move program READMEs back 2020-08-08 23:04:16 +00: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.