A frontend swap component for Near's Blockchain Operating System (BOS) technology.
This is an implementation of a React component that basically mimics a Uniswap frontend in its swap functionality and adds a couple frontend things. The main goal was to get familiar with web3. The 2 main features of the app:
The main tech stack is a React frontend with ant design and on the backend a very simple express app on top of Node.js that is calling Moralis and 1inch APIs. It is also using Wagmi on the frontend for wallet connection, ethersJS and other libraries like axios and similar technologies.