solana-program-library/token-swap
dependabot[bot] 6cc41494c4
Bump prettier from 2.1.1 to 2.1.2 in /token-swap/js (#449)
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.1 to 2.1.2.
- [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.1...2.1.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-16 08:39:56 +00:00
..
js Bump prettier from 2.1.1 to 2.1.2 in /token-swap/js (#449) 2020-09-16 08:39:56 +00:00
program Pack instructions and state more efficiently (#420) 2020-09-11 18:19:06 +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.