solana-program-library/token-swap/README.md

8 lines
223 B
Markdown
Raw Normal View History

# Token-swap program
2020-07-28 16:49:29 -07:00
A Uniswap-like exchange for the Token program on the Solana blockchain.
Full documentation is available at https://spl.solana.com/token-swap
2020-09-09 16:57:30 -07:00
JavaScript binding are available in the `./js` directory.