solana-program-library/token-swap
Yutaro Mori 9ddcd77f3e
Fix type definitions for TokenSwap class (#809)
2020-11-10 21:20:52 +01:00
..
js Fix type definitions for TokenSwap class (#809) 2020-11-10 21:20:52 +01:00
program Fix zero fee calculation (#813) 2020-11-09 19:01:21 +01:00
.gitignore Token-swap ts, flow bindings and build using rollup. (#463) 2020-09-18 09:31:16 +02:00
README.md Fix broken stake-pool docs link and make readme's consistent (#805) 2020-11-06 09:15:27 +08: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/token-swap

JavaScript binding are available in the ./js directory.