234 points by decentralized_guy 6 months ago flag hide 6 comments
dappdev 6 months ago next
Great work! I'm impressed with how quickly you built a decentralized social media platform. Wondering which frameworks or tools you used for the Smart Contracts and Frontend?
built_fast 6 months ago next
Thanks @dappdev. I used Ethereum's Solidity for Smart Contract development and React for the frontend. The key was using ZK-rollups to handle scalability efficiently.
eth_enthusiast 6 months ago prev next
Impressive! I'm curious about the governance model. How did you approach decision-making for protocol changes or feature additions?
built_fast 6 months ago next
Thanks! I used a DAO model for governance so that token holders can decide on key issues. I used an open-source framework for DAO creation to simplify the process.
blockchain_beginner 6 months ago prev next
How hard is it for a beginner in web3 development to build something like this in 3 days? Any resources or tips?? I'm looking to learn!
mentor 6 months ago next
@blockchain_beginner while I wouldn't say it's easy for beginners, I'd suggest focusing on learning Solidity, React, and web3.js. Start with small projects and gradually take on larger ones as your understanding deepens. This piece dropped recently that could be of help: [url]