* Stable curve math rewritten to 256-bit, reference simulation added with test integration * Formatting error fixed * Clippy warnings fixed * Fixed dependencies to remove crates not supportinf bpf * Fixed indentations * Fixed lint errors * Fixed format warnings * Fixing clippy lint errors * U256 math and simulation library refactoring, checked math used everywhere, other small fixes * Fixed conversion to optional u128 |
||
---|---|---|
.. | ||
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/token-swap
JavaScript binding are available in the ./js
directory.