* Add offset curve * Fix for math * Add PreciseNumber * Use Balancer formulation for trading token -> pool token conversion * Add round-trip conversion testing * Add offset curve to JS * Run cargo fmt * Update JS test numbers for new calcs * Integrate review feedback * Allow for withdrawals when one side is 0 * Run cargo fmt * Disallow deposits for offset curve * Run cargo fmt * Allow for withdrawals through 0 |
||
---|---|---|
.. | ||
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.