* Use u128 for all the math but store in u64 * tests * missing changes * bulds * specific conversion failure * fix tests * use large numbers * Rebase and fix merge issue from new tests Co-authored-by: Jon Cinque <jon.cinque@gmail.com> |
||
---|---|---|
.. | ||
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.