Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.65 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.65 KB

Convergent

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

Project Structure

The project is divided into two main parts:

Frontend

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.

Folder Structure

/frontend
  ├── public
  ├── src
  ├── package.json
  ├── README.md
  └── ... (other necessary files and folders)

Backend

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

Getting Started

To get started with the Convergent project, follow these steps:

Clone the repository:


git clone https://github.com/adisuyash/convergent.git
cd convergent/frontend

Install dependencies:


npm install

Run the development server:


npm run dev


protocol.land