stream-swap-ui
v0.1.3
Published
<h1 align="center">Stream Swap UI</h1> <br /> <p align="center"> <img width="250" src="https://ftx.com/static/media/stream-swap.ce20eedf.svg"/> </p> <p align="center"> <a href="https://twitter.com/stream_protocol"> <img src="https://img.shields.io/twitter
Downloads
4
Readme
git clone https://github.com/stream-protocol/swap-ui
cd swap-ui
yarn
yarn dev
This swap UI is using Jupiter under the hood
Environment variables should be defined in .env.local
and .env.production
.
VITE_RPC= Your RPC URL
VITE_FEES= The address used to collect fees
VITE_FEES_BPS= The fees you want to charge on transaction
VITE_GEN_GO_TOKEN= The URL to fetch the auth token (might not be applicable)
GENERATE_SOURCEMAP=false