Skip to content

Latest commit

 

History

History
96 lines (74 loc) · 3.03 KB

README.md

File metadata and controls

96 lines (74 loc) · 3.03 KB

Disbyte

License Version

image

Description

Disbyte is a decentralized marketplace for unique designs. It allows users to explore and purchase digital products using MetaMask for authentication and transaction handling on the Polygon network.

Features

  • User authentication with MetaMask
  • Secure transactions using Matic on the Polygon network
  • Modern and responsive UI
  • Admin panel for product approval

Installation

Prerequisites

  • Node.js (v14 or higher)
  • MetaMask extension installed in your browser

Steps

  1. Clone the repository:

    git clone https://github.com/Yudis-bit/disbyte.git
  2. Navigate to the project directory: cd disbyte

  3. Install the dependencies: npm install

  4. Start the development server: npm start

  5. Open your browser and navigate to http://localhost:3000.

Usage

  1. Ensure MetaMask is installed and configured to use the Polygon network.
  2. Open the application in your browser.
  3. Connect your MetaMask account.
  4. Browse and purchase digital products securely.

Project Structure

src/ |-- components/ | |-- ModalLogin.js | |-- Navbar.js | |-- metamask.png |-- images/ |-- pages/ | |-- HomePage.js |-- App.css |-- App.js |-- App.test.js |-- index.css |-- index.js |-- logo.svg |-- reportWebVitals.js

Contributing

We welcome contributions from the community! To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix (git checkout -b feature/AmazingFeature).
  3. Make your changes and commit them (git commit -m 'Add some AmazingFeature').
  4. Push your changes to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request and describe your changes in detail.

License

MIT License Copyright (c) 2024 Yudistira Putra

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contact

Project Link: https://github.com/Yudis-bit/disbyte