It is difficult to keep track of how much of your money is currently in which chain. And a lot of work to move the right currency where you want to use it.
This project has both an educational purpose of learning how different chains work side by side and a potential use in your daily L2 activities.
git clone https://github.com/makoto/layer2-overview
cd layer2-overview/packages/react-app
yarn
yarn start
- Connext = State channel based cross chain bridge technoloy.
- TheGraph to call each chain's token prices
- Web3 Modal = to allow you to connect via Metamask, Walletconnect, and Portis. WARNING: Do you access via smartcontract based wallet like Argent and Gnosis safe, as their wallet address is not compatible across different chains.
- Portis = Portis supports both xDAI and Matic (not BSC yet). To connect to the specific chain, go to the swap page (/exchange/*), then disconnet/connect
- BitQuery = To show transaction history of Binance smart chain
- Covalent = To show transaction history of Matic
This project is inspired by Makoto Inoue's project Off L1.