solana-program-library/token-swap
dependabot[bot] d79c7601f5
Bump eslint from 7.5.0 to 7.6.0 in /token-swap/js (#197)
Bumps [eslint](https://github.com/eslint/eslint) from 7.5.0 to 7.6.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.5.0...v7.6.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-02 18:34:40 +00:00
..
inc Programs can be client dependencies (#181) 2020-07-31 16:35:49 -07:00
js Bump eslint from 7.5.0 to 7.6.0 in /token-swap/js (#197) 2020-08-02 18:34:40 +00:00
src Programs can be client dependencies (#181) 2020-07-31 16:35:49 -07:00
Cargo.lock Bump num-derive from 0.2.5 to 0.3.0 in /token-swap (#193) 2020-08-02 17:22:15 +00:00
Cargo.toml Bump num-derive from 0.2.5 to 0.3.0 in /token-swap (#193) 2020-08-02 17:22:15 +00:00
README.md Add prelim token-swap docs (#161) 2020-07-28 16:49:29 -07:00
Xargo.toml Token swap (#50) 2020-06-30 15:37:35 -07:00
build.rs Fix token-swap (#72) 2020-07-01 00:56:00 -07:00
cbindgen.toml Fix token-swap (#72) 2020-07-01 00:56:00 -07:00
package-lock.json Cleanup payer and remove use of instanceof (#176) 2020-07-31 11:37:33 +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

Javascript binding are available in the ./js directory.