An decentralized open source application for DXswap -- a protocol for decentralized exchange of Ethereum tokens governed by a DAO.
Please see the @uniswap/default-token-list repository.
yarnyarn startTo have the interface default to a different network when a wallet is not connected:
- Make a copy of
.envnamed.env.local - Change
REACT_APP_NETWORK_IDto"{YOUR_NETWORK_ID}" - Change
REACT_APP_NETWORK_URLto e.g."https://{YOUR_NETWORK_ID}.infura.io/v3/{YOUR_INFURA_KEY}"
Note that the front end only works properly only on kovan ethereum network for now.
Factory: 0x1eAcA5a0D7af081ed746964404D7996F34f39616 Router: 0x8D70406B983ec7CA89d7ca413815CF3675770888 WETH: 0xd0a1e359811322d97991e03f863a0c30c2cf029c
Please open all pull requests against the v2 branch.
CI checks will run against all PRs.