An open source interface for Helpi -- a protocol for decentralized exchange of Celo tokens with farming and staking features.
- Website: ubeswap.org
- Interface: app.ubeswap.org
- Twitter: @CeloHelpi
- Reddit: /r/Ubeswap
- Email: contact@ubeswap.org
- Discord: Ubeswap
To access the Helpi Interface, visit app.ubeswap.org.
Please see the @ubeswap/default-token-list repository.
yarn
yarn start
To have the interface default to a different network when a wallet is not connected:
- Make a copy of
.env
named.env.local
- Change
REACT_APP_NETWORK_ID
to"{YOUR_NETWORK_ID}"
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.