Convergent is a decentralized perpetual exchange on Arweave/AO that aims to create synthetic assets that mimic the price of another asset without ever holding the actual asset.
This innovation allows users to gain exposure to various assets without the need to physically own them, providing a seamless and efficient way to diversify and manage investments.
Live Deployment on Vercel: https://convergent.vercel.app
The project is divided into two main parts:
The frontend source code is in the frontend
folder in our GitHub repository. This section handles the user interface and interactions, providing a smooth and intuitive experience for users.
/frontend
├── public
├── src
├── package.json
├── README.md
└── ... (other necessary files and folders)
The backend code, which handles Convergent's core logic and data processing, is hosted on the BetterIDEA. The current file is provided in the backend
folder in our GitHub repository.
Backend Code Link: Convergent Backend on BetterIDEA
To get started with the Convergent project, follow these steps:
git clone https://github.com/adisuyash/convergent.git
cd convergent/frontend
npm install
npm run dev