Go to file
armaniferrante 5db9a61b35
Fix unnecessary open orders rendering
2021-05-17 14:03:14 -07:00
public Initial setup 2021-05-12 11:46:22 -07:00
src Fix unnecessary open orders rendering 2021-05-17 14:03:14 -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 Fix unnecessary open orders rendering 2021-05-17 14:03:14 -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 Reclassify peer and dev dependencies 2021-05-17 02:49:39 -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