solana-program-library/token-swap
Jon Cinque f6fc53c311
token-swap: Fix withdraw instruction (#405)
* Include pool mint in instruction, required for burning
* Add simple Rust test
* Fix js withdraw test
2020-09-09 18:00:03 +02:00
..
js token-swap: Fix withdraw instruction (#405) 2020-09-09 18:00:03 +02:00
program token-swap: Fix withdraw instruction (#405) 2020-09-09 18:00:03 +02:00
README.md Move program READMEs back 2020-08-08 23:04:16 +00: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.