solana-program-library/token-swap
Justin Starry 1f810787d0
Fix broken stake-pool docs link and make readme's consistent (#805)
2020-11-06 09:15:27 +08:00
..
js Bump @babel/node from 7.12.1 to 7.12.6 in /token-swap/js (#804) 2020-11-05 11:25:49 +00:00
program Bump spl-token to v3.0.0 2020-11-04 18:58:37 +00: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.