solana-program-library/token-swap
Jack May 2a5acff2d8
Safer pack/unpack (#349)
* Safer pack/unpack

* fix cli

* clippy

* fix swap

* nit

* clippy

Co-authored-by: Michael Vines <mvines@gmail.com>
2020-08-27 21:19:15 -07:00
..
js Bump @babel/core from 7.11.1 to 7.11.4 in /token-swap/js (#337) 2020-08-27 23:55:23 +08:00
program Safer pack/unpack (#349) 2020-08-27 21:19:15 -07:00
README.md Move program READMEs back 2020-08-08 23:04:16 +00: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.