swap-ui/README.md

720 B

@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