FortiChain is a decentralized platform designed to enhance the security of blockchain-based projects by streamlining vulnerability disclosure and bug bounty processes. By leveraging blockchain’s inherent transparency and trustlessness, FortiChain allows developers, security researchers, and validators to engage in a secure and automated ecosystem for identifying and rewarding the resolution of smart contract vulnerabilities.
- Intuitive user interface for interacting with Fortichain
- Secure authentication and user management
- Real-time blockchain transaction updates
- Responsive design for seamless experience across devices
- Frontend Framework: Next.js
- UI Library: Tailwind CSS
To set up the project locally, follow these steps:
# Clone the repository
git clone https://github.com/your-username/FortiChain-Dapp.git
# Navigate into the project directory
cd FortiChain-Dapp
# Install dependencies
npm install
# Start the development server
npm run devContributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes and commit them (
git commit -m 'Add new feature'). - Push to your forked repo (
git push origin feature-branch). - Create a Pull Request.
This project is licensed under the MIT License.