Skip to content

DEVRhylme-Foundation/DevVerify

Repository files navigation

DevVerify

License Contributors Issues Forks Stars

🚀 Overview

DevVerify is a decentralized identity verification system that ensures secure and verifiable credentials for developers and organizations. By leveraging blockchain technology, DevVerify provides a transparent and tamper-proof solution for credential authentication.

🎯 Features

✅ Decentralized identity verification
✅ Secure & transparent authentication
✅ Blockchain-powered credential storage
✅ User-friendly dashboard for managing verifications
✅ API integration for seamless third-party usage

🛠️ Tech Stack

  • Frontend: React.js, Tailwind CSS
  • Backend: Node.js, Express.js
  • Database: MongoDB

📦 Installation

To run DevVerify locally, follow these steps:

1️⃣ Clone the Repository

git clone https://github.com/DEVRhylme-Foundation/DevVerify.git
cd DevVerify

2️⃣ Install Dependencies

npm install

3️⃣ Configure Environment Variables

Create a .env file in the root directory and add the required environment variables.

MONGO_URI=your_mongodb_connection
INFURA_API_KEY=your_infura_api_key
PRIVATE_KEY=your_blockchain_private_key

4️⃣ Run the Development Server

npm run dev

🔗 API Documentation

For detailed API documentation, refer to the API Docs.

👥 Contribution Guidelines

We welcome contributions! Follow these steps to contribute:

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

Check out CONTRIBUTING.md for more details.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


⭐ If you find this project helpful, consider giving it a star! ⭐