Go to file
Armani Ferrante 599e54c415
Cache promises (#17)
2021-05-20 16:29:42 -07:00
public Initial setup 2021-05-12 11:46:22 -07:00
src Cache promises (#17) 2021-05-20 16:29:42 -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 Cache promises (#17) 2021-05-20 16:29:42 -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 Use @project-serum/anchor v0.6.0-beta.2 (#14) 2021-05-20 02:37:34 -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