Created on 13th March 2022
•
Gateway is a library that allows you to support mobile wallets(mobile + desktop) i.e Metamask, Rainbow, Trust, Argent without any high-level configuration. At this moment it is compatible with React & frameworks based on React.
State Management: On refreshing the page, even though the wallet was connected it did not reflect in the UI due to limitations of the web3-react library. Fixed it by creating a custom wrapper around the main app that checks and auto-updates the state on every refresh/render
Design challenges -> Target to improve the UI.