* 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 |
||
---|---|---|
.. | ||
js | ||
program | ||
.gitignore | ||
README.md |
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.