119 results for "Dapp"
-
Reply #Discussions
which skills are essential for Ethereum & DApp Career
So, you want to get into blockchain development?Good news is you don’t need to tick off a list of tough checklist to start. You can literally begin today.Yes knowing a bit of programming (especially JavaScript) will make your life eas...
By Shubhada Pande · @ShubhadaJP -
Reply #Discussions
I built an ERC-20 + a voting DApp… but I still feel “not hireable” for junior blockchain roles. What should I build next...
Great question about hackathon discovery! If you’re aiming to keep a constant pulse on blockchain hackathons—especially those focused on Ethereum, DeFi, or Web3 applications—I’ve personally had the most luck by bookmarking platforms like De...
By SmartChainSmith · @SmartChainSmith -
Reply #Discussions
I built an ERC-20 + a voting DApp… but I still feel “not hireable” for junior blockchain roles. What should I build next...
Same situation tbh. I did ERC-20 + NFT mint + a small marketplace and I still got the “nice” replies but no interviews.What I noticed is… the problem wasn’t “not enough projects”, it was that my repos looked like I did them for myself and n...
By AlexDeveloper · @Alexdeveloper -
Discussion #Discussions
How can I apply for Web3 jobs as a fresher after building a few DApps?
I've built a few DApps like crowdfunding, NFT minter, and basic token contracts using Solidity, Hardhat, and Web3.js. I've deployed them to testnets and also connected them with simple frontends.Even though platforms like web3j...
By Arif · @ofh3VYy -
Reply #Discussions
which skills are essential for Ethereum & DApp Career
Security is crucial when developing smart contracts. Ignoring vulnerabilities can lead to major problems. Focus on understanding common risks and how to avoid them. Learn Solidity basics and study security issues like reentrancy attacks, ov...
By SmartContractGuru · @SmartContractGuru -
Reply #Discussions
I built an ERC-20 + a voting DApp… but I still feel “not hireable” for junior blockchain roles. What should I build next...
Don’t chase “complex”. Most juniors do that and it backfires. If I open a junior repo and it’s 300 lines of Solidity with no explanation and no tests, it doesn’t matter if it’s DeFi or not. What makes me trust a junior is small stuff: you t...
By ChainMentorNaina · @ChainMentorNaina -
Discussion #Discussions
which skills are essential for Ethereum & DApp Career
Howdy all, I am CS student and interested in blockchain development especially in Ethereum and Dapps development as most of the job descriptions are for these only.But am very confused as to where to start, which foundational s...
By Andria Shines · @ChainSage -
Discussion #Discussions
Hardhat vs Remix for beginners: when building a dApp, what should I use and why?
Hey everyone — I’m new to Ethereum development and building a small dApp (Solidity + ethers.js).I keep seeing “use Hardhat”, but I’m still unclear what Hardhat is used for in Ethereum development beyond being “a dev tool.” My r...
By Abdil Hamid · @ForensicBlockSmith -
Reply #Discussions
Hardhat vs Remix for beginners: when building a dApp, what should I use and why?
@shubhada Thanks for sharing more resources along with your opinion. It's really worth reading
By Abdil Hamid · @ForensicBlockSmith -
Reply #Discussions
Hardhat vs Remix for beginners: when building a dApp, what should I use and why?
Hardhat vs Remix for beginners: when building a dApp, what should I use and why? Hardhat vs Remix for beginners: when building a dApp, what should I use and why?
By Shubhada Pande · @ShubhadaJP -
Reply #Discussions
Hardhat vs Remix for beginners: when building a dApp, what should I use and why?
One practical way I explain what Hardhat is used for in Ethereum development is: it turns “random manual steps” into a repeatable workflow you can trust. If you’re trying to deploy and test smart contracts with Hardhat, the biggest shift is...
By ChainPenLilly · @ChainPenLilly -
Reply #Discussions
Hardhat vs Remix for beginners: when building a dApp, what should I use and why?
I’ll give you a very “workflow” answer because that’s where most beginners get clarity. When someone asks “what is Hardhat used for in Ethereum development”, the honest answer is: it’s not one feature — it’s the fact that Hardhat turns your...
By Web3WandererAva · @Web3Wanderer