solana-program-library/token-swap
Justin Starry ef75a1d523
Return signature from sendAndConfirmTransaction (#203)
2020-08-04 01:22:54 +08:00
..
inc Programs can be client dependencies (#181) 2020-07-31 16:35:49 -07:00
js Return signature from sendAndConfirmTransaction (#203) 2020-08-04 01:22:54 +08:00
src Programs can be client dependencies (#181) 2020-07-31 16:35:49 -07:00
Cargo.lock Bump num-derive from 0.3.0 to 0.3.1 in /token-swap (#202) 2020-08-03 09:04:16 +00:00
Cargo.toml Bump num-derive from 0.2.5 to 0.3.0 in /token-swap (#193) 2020-08-02 17:22: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.