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.
✅ Decentralized identity verification
✅ Secure & transparent authentication
✅ Blockchain-powered credential storage
✅ User-friendly dashboard for managing verifications
✅ API integration for seamless third-party usage
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB
To run DevVerify locally, follow these steps:
git clone https://github.com/DEVRhylme-Foundation/DevVerify.git
cd DevVerify
npm install
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
npm run dev
For detailed API documentation, refer to the API Docs.
We welcome contributions! Follow these steps to contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature-name
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature-name
) - Open a pull request
Check out CONTRIBUTING.md for more details.
This project is licensed under the MIT License - see the LICENSE file for details.