DTW is a DApp Solana-powered dApp where users publish AI-verified testimonials in areas like Coding 💻, Fashion 👗, and Farming 🌾. An onboard AI agent screens for harmful content and suggests improvements. Approved posts are stored immutably on-chain, and users earn Solana testnet tokens for every like and retweet—promoting truth, skill growth, and real opportunity.
+---------------------+
| 🧑 User Wallet |
| (Connect to DTW App)|
+---------+-----------+
|
v
+----------------------------+
| 🎁 Manual Token Airdrop | ← User clicks "Monthly Airdrop"
| (Once/month enforcement) |
+------------+---------------+
|
v
+------------------------------+
| ✍️ Post / ❤️ Like / 🔁 Retweet |
| (Spend small tokens to act) |
+-------------+----------------+
|
v
+-------------------------------------+
| 🤖 AI Agent Moderation |
| - Azure OpenAI API |
| - Screens content for violations |
| - Suggests improvements |
+-----------------+-------------------+
|
v
+-------------------------------+
| ✅ Verified Content Approved |
| + Stored on Solana Devnet |
| + Engagement counters updated|
+---------------+---------------+
|
v
+-------------------------------+
| 🏅 Badge Granted (Not Minted) |
| - 1 badge per approved post |
+-------------------------------+
# Clone the repository
git clone https://github.com/Jerryblessed/dtw.git
cd dtw/app_v2
# Setup environment variables
cp .env.example .env # or manually rename .env.example to .env
# Install dependencies
npm install
# Run in development mode
npm run devOpen http://localhost:3000 in your browser.
For full details, see the source code and docs in the repository.


