Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 681 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 681 Bytes

FastSwap Classic Exchange Interface

Forked from Uniswap/uniswap-interface, and updated to work with FastSwap contracts.

Accessing the FastSwap Classic Exchange Interface

Development

Install Dependencies

yarn

Copy env variables

cp .env.sample .env

then fill that with correct env variables

*note: will not have to do this when using MetaMask wallets

Run

yarn start

Contributions

Please open all pull requests against the master branch.