Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.64 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.64 KB

Interactive Layer2 Overview

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.

Get started

git clone https://github.com/makoto/layer2-overview
cd  layer2-overview/packages/react-app
yarn
yarn start

Chains and exchanges supported

API used

  • 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

Credits

This project is inspired by Makoto Inoue's project Off L1.