Skip to content

CarmineOptions/fe-app

Repository files navigation

Carmine Finance Options AMM App

CI/CD Pipeline

Frontend application allowing users to interact with the decentralized protocol Carmine Options AMM.

Table of Contents

Introduction

Carmine Finance Options AMM App is a React-based frontend application that facilitates user interaction with the Carmine Options AMM decentralized protocol. It provides a user-friendly interface to manage and trade options in a decentralized manner.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/CarmineOptions/fe-app.git
  2. Navigate to the project directory:

    cd fe-app
  3. Install dependencies:

    npm install
  4. Run in development mode:

    npm start

Usage

After starting the application, open your browser and navigate to http://localhost:3000. You will be able to interact with the Carmine Options AMM protocol through the user interface.

Contributing

We welcome contributions to the Carmine Finance Options AMM App. To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a Pull Request.

Please ensure your code adheres to our coding standards and passes all tests.