solana-program-library/token-swap
Jack May 302855fa0a
Cleanup payer and remove use of instanceof (#176)
Co-authored-by: Justin Starry <justin@solana.com>
2020-07-31 11:37:33 +08:00
..
inc Remove supply from Token (#82) 2020-07-07 14:34:23 -07:00
js Cleanup payer and remove use of instanceof (#176) 2020-07-31 11:37:33 +08:00
src Nits (#159) 2020-07-28 16:33:34 -07:00
Cargo.lock Bump sdk version, and adjust accordingly (#155) 2020-07-24 20:39:15 +00:00
Cargo.toml Bump sdk version, and adjust accordingly (#155) 2020-07-24 20:39:15 +00: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 Fix token-swap (#72) 2020-07-01 00:56: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.