An open source interface for Baguette -- a community-backed decentralized exchange for Avalanche assets, but with the perfect smell of freshly baked bread.
Baguette is a Uniswap based AMM running on Avalanche with BAG rewards for a few selected LPs and single-token staking pools for those who want to avoid being exposed to impermanent loss. No one can deny most DEX/AMM projects are subject to high inflation. The goal of Baguette with $BAG is to reward users while keeping inflation under control and avoid sharp depreciation of the token price.
- Issue Time : 2021/05/01
- Total Supply : 250,000,000
- Circulating Supply : 13,600,000
- Website: baguette.exchange
- Token Contract : Avalanche Explorer
- Lite Paper: litepaper
- Interface: app.baguette.exchange
- Analytics: info.baguette.exchange
- Telegram: Baguette
- Twitter: @Baguette_avax
Visit app.baguette.exchange.
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}"
- Change
REACT_APP_NETWORK_URL
to your JSON-RPC provider
Note that the interface only works on testnets where both Baguette and multicall are deployed. The interface will not work on other networks.
This code was adapted from this Uniswap repo: uniswap-interface.