solana-program-library/token-swap
Michael Huang 5bf4b76df4
Refactor curve.rs (#754)
* Refactor shared out of curve.rs

* Refactor out flat curve

* Refactor out constant product curve

* Cargo fmt

* More moving

* Fixup

* use::super -> user::create::curve

* cp -> constant_product

* Fix circular dependency

* Docs

* Trigger Build
2020-11-02 14:29:00 +01:00
..
js Bump rollup from 2.32.1 to 2.33.1 in /token-swap/js (#774) 2020-11-02 11:04:28 +00:00
program Refactor curve.rs (#754) 2020-11-02 14:29:00 +01:00
.gitignore Token-swap ts, flow bindings and build using rollup. (#463) 2020-09-18 09:31:16 +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.