solana-program-library/token-swap
Michael Vines c6042f68f7 Add top-level workspace 2020-08-08 08:05:00 -07:00
..
inc Programs can be client dependencies (#181) 2020-07-31 16:35:49 -07:00
js Bump flow-bin from 0.130.0 to 0.131.0 in /token-swap/js (#233) 2020-08-07 09:27:29 +00:00
src Relax solana-sdk version requirement 2020-08-04 16:10:05 -07:00
Cargo.toml Relax solana-sdk version requirement 2020-08-04 16:10:05 -07:00
README.md Add prelim token-swap docs (#161) 2020-07-28 16:49:29 -07:00
Xargo.toml Token swap (#50) 2020-06-30 15:37:35 -07:00
build.rs Avoid generating header files when they already exist 2020-08-07 18:44:00 -07:00
cbindgen.toml Fix token-swap (#72) 2020-07-01 00:56:00 -07:00
package-lock.json Cleanup payer and remove use of instanceof (#176) 2020-07-31 11:37:33 +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

Javascript binding are available in the ./js directory.