Add prelim token-swap docs (#161)

This commit is contained in:
Jack May 2020-07-28 16:49:29 -07:00 committed by GitHub
parent a02c403bf8
commit 6cab5f663b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions

View File

@ -2,9 +2,6 @@
title: Token-Swap Program
---
An Uniswap-like exchange for the Token program on the Solana blockchain.
A Uniswap-like exchange for the Token program on the Solana blockchain.
The project comprises:
* The Rust on-chain program
* A JavaScript library to interact with the on-chain program
The project is under construction.

View File

@ -1,8 +1,7 @@
# Token-swap program
An Uniswap-like exchange for the Token program on the Solana blockchain.
A Uniswap-like exchange for the Token program on the Solana blockchain.
The project comprises:
Full documentation is available at https://spl.solana.com
* The Rust on-chain program
* A JavaScript library to interact with the on-chain program
Javascript binding are available in the `./js` directory.