Go to file
Armani Ferrante fa5cde5c1e
Add sendAll hook for the anchor provider (#13)
2021-05-20 00:17:46 -07:00
public Initial setup 2021-05-12 11:46:22 -07:00
src Add sendAll hook for the anchor provider (#13) 2021-05-20 00:17:46 -07:00
types/buffer-layout Basic UI scaffolding 2021-05-12 20:43:10 -07:00
.gitignore Build for npm and add readme 2021-05-16 17:58:46 -07:00
.travis.yml Add travis ci 2021-05-15 16:38:39 -07:00
LICENSE Add LICENSE and README 2021-05-12 20:50:35 -07:00
README.md Build for npm and add readme 2021-05-16 17:58:46 -07:00
package.json Add sendAll hook for the anchor provider (#13) 2021-05-20 00:17:46 -07:00
tsconfig.json Build for npm and add readme 2021-05-16 17:58:46 -07:00
tsconfig.npm.json Reclassify peer and dev dependencies 2021-05-17 02:49:39 -07:00
yarn.lock Add sendAll hook for the anchor provider (#13) 2021-05-20 00:17:46 -07:00

README.md

@project-serum/swap-ui

Build Status npm

A reusable React component for swapping on the Serum DEX. The Solana program can be found here. An example application is also provided in this repository.

Developing

Install dependencies

yarn

Run the example app

yarn start

Build the @project-serum/swap-ui package for npm

yarn build:npm

Build the example app for GitHub pages

yarn build