Skip to content

0x1d00ffff/uniswap-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniswap Frontend

This an an open source interface for Uniswap - a protocol for decentralized exchange of Ethereum tokens.

This is a fork of the standard Uniswap frontend which supports 0xBitcoin. It runs at 0xbitcoin.trade.

To Start Development

Installing dependency
yarn
Running locally on Rinkeby
yarn start:rinkeby
Running locally on other testnet
REACT_APP_NETWORK_ID=2 REACT_APP_NETWORK='Ropsten Test Network' react-scripts start
Running locally
npm run start
Build for github pages
git checkout master
npm run deploy

Contributions

Please open all pull requests against dev branch.

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 89.4%
  • CSS 9.8%
  • HTML 0.8%