Skip to content

kleysc/p2p-marketplace

Repository files navigation

P2P Bitcoin Marketplace

A decentralized platform for buying and selling Bitcoin directly between users.

Features

  • Order Matching: View and filter available orders based on your criteria.
  • User-Friendly Interface: Easy navigation and order management.
  • Real-Time Updates: Get the latest order information instantly.

Components

  • TradeFlow: Displays available orders and allows users to filter them based on their preferences.
  • MyOrders: Shows the user's active orders.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/p2p-bitcoin-marketplace.git
  2. Navigate to the project directory:

    cd p2p-bitcoin-marketplace
  3. Install dependencies:

    npm install
  4. Run the application:

    npm run serve

Usage

  • Navigate to the Order Book to view available orders.
  • Use the My Orders section to manage your active orders.
  • Click on an order to see more details and select it.

Contributing

Feel free to submit issues or pull requests to improve the project.

License

This project is licensed under the MIT License.