Frontend application allowing users to interact with the decentralized protocol Carmine Options AMM.
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.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/CarmineOptions/fe-app.git
-
Navigate to the project directory:
cd fe-app
-
Install dependencies:
npm install
-
Run in development mode:
npm start
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.
We welcome contributions to the Carmine Finance Options AMM App. To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
Please ensure your code adheres to our coding standards and passes all tests.