solana-program-library/token-swap
dependabot[bot] b4a5fa0df5
build(deps-dev): bump rollup from 2.36.2 to 2.37.0 in /token-swap/js (#1101)
Bumps [rollup](https://github.com/rollup/rollup) from 2.36.2 to 2.37.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.36.2...v2.37.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-19 11:25:19 +00:00
..
js build(deps-dev): bump rollup from 2.36.2 to 2.37.0 in /token-swap/js (#1101) 2021-01-19 11:25:19 +00:00
program swap: Add rounding correction for deposit / withdraw (#1061) 2021-01-15 18:17:27 +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.