Go to file
Armani Ferrante bf55e41e11
Extract example into its own directory (#22)
2021-05-21 14:58:01 -07:00
example Extract example into its own directory (#22) 2021-05-21 14:58:01 -07:00
src Extract example into its own directory (#22) 2021-05-21 14:58:01 -07:00
types/buffer-layout Basic UI scaffolding 2021-05-12 20:43:10 -07:00
.gitignore Extract example into its own directory (#22) 2021-05-21 14:58:01 -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 Extract example into its own directory (#22) 2021-05-21 14:58:01 -07:00
package.json Extract example into its own directory (#22) 2021-05-21 14:58:01 -07:00
tsconfig.json Extract example into its own directory (#22) 2021-05-21 14:58:01 -07:00
yarn.lock Extract example into its own directory (#22) 2021-05-21 14:58:01 -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.

Developing

Install dependencies

yarn

Build

yarn build

Run the example app

For local development and educational purposes, a minimal React app is provided in the example/ subdirectory.

To run, change directories via cd example/ and start the app.

Start the app

yarn start