An open source interface for DAO Swap --a fork of ZeroExchange providing cross-chain swapping for DVG token
yarn
yarn start
To have the interface default to a different network when a wallet is not connected:
- Make a copy of
.env.production
named.env
- Replace the
YOUR_INFURA_KEY
with the Infura API key of yours.
Note that the interface only works on testnets where both Uniswap V2 and multicall are deployed. The interface will not work on other networks.
Please open all pull requests against the master
branch.
CI checks will run against all PRs.