A decentralized builders' hub fostering coordination, contribution, and reputation-based rewards.
W3b Hackers DAO is a system built to track activity, evaluate the awards, and reward contributors in the discord community for their work, effort put into the work and really dedicate to build the community together.
Whether you're a developer, contributor, or Web3 Hackers Community member — welcome aboard!
This repository consists of 4 layers. Each layer has its own README with more technical details:
| Module | Description | Link |
|---|---|---|
| 🖼️ Frontend | Interface for user interactions | Frontend README |
| 🧠 Backend | Core logic, APIs, and data processing | Backend README |
| ⛓️ Smart Contracts | Solidity contracts for on-chain logic | Smart Contracts README |
| 🤖 Discord Bot | Handles Discord integration & activity tracking | Discord Bot README |
React,Next.js,TypeScript,TailwindCSSNode.js,Express,GraphQL,Redis,PostgreSQLSolidity,FoundryDocker,GitHub ActionsDiscord API,JWT
Clone the monorepo and follow instructions in each submodule’s README.
git clone https://github.com/Luftjunkie19/Web3Hackers-DAO
cd Web3Hackers-DAONext up in order to let everything work smoothly install all the dependecies from package.json by running:
npm iOr optionally if you will get errors in downloading the dependencies.
npm i --force