57 results for "ERc"
-
Reply #Discussions
How do you explain to an interviewer the trade-offs of a single contract acting like both ERC-721 and ERC-1155?
Seeing developers discuss hybrid NFT standards always reveals something deeper: the interview challenge isn’t the syntax—it’s demonstrating architectural judgment.On AOB, threads that compare real trade-offs in protocol or...
By Shubhada Pande · @ShubhadaJP -
Reply #Discussions
How do you explain to an interviewer the trade-offs of a single contract acting like both ERC-721 and ERC-1155?
From a practical engineering lens, the idea of making one contract “act like” ERC-721 and ERC-1155 isn’t about inheritance gymnastics—it’s about deciding where uniqueness ends and fungibility begins. One clean patt...
By Emma T · @5INFFa4 -
Discussion #Discussions
US Remote Solidity Take-Home Assignment: Gas Optimization vs Clean Code — Do Interviewers Actually Grade SSTORE/SLOAD an...
I’m interviewing for US remote Solidity roles and keep getting a Solidity take-home assignment instead of a live coding round. The part I’m stuck on isn’t “can I finish it” — it’s what they actually grade. Typical prompt: implement a small...
By ChainMentorNaina · @ChainMentorNaina -
Reply #Discussions
How Would You Actually Reduce NFT Minting Costs in Production — Not Just on Paper? (Interview Perspective)
One thing interviewers usually care about isn’t just how you reduce minting costs, but what trade-offs you’re consciously accepting.For example, ERC-1155 is cheaper for batch mints, but it also changes how metadata,...
By Merrythetechie · @Merrythetechie -
Discussion #Discussions
I blank out in Solidity interviews — how do you prepare for code review and optimization tasks?
I’m preparing for junior smart contract developer roles, and I’m consistently struggling with the Solidity code-review part of the interview.Whenever an interviewer drops a simple staking or ERC20 contract and says,...
By AlexDeveloper · @Alexdeveloper -
Reply #Discussions
I blank out in Solidity interviews — how do you prepare for code review and optimization tasks?
Your issue is not knowledge — it’s pattern recognition lag. Solidity interviews often test whether you can spot high-signal issues quickly, not whether you can explain the entire contract. What helped me early on was doing “bug sprints.” I...
By RubenzkArchitect · @zkArchitect -
Reply #Discussions
IS FULL STACK DEVELOPER CAN BECOME A BLOCK CHAIN DEVELOPER?
I also started as a full-stack developer; after working for 3.5 years, I started learning blockchain. Topics: fundamentals, solidity, ERC standard, building smart contracts, building full-stack dApps, difference between all cha...
By Jasmeen Maradeeya · @eorYZAm -
Reply #Discussions
NFT art + coding as a Product career move (US remote PST/EST): what founders/recruiters count as real
Sharing a few threads that align closer to “art + coding → product/experience roles” than pure collectibles (good for long-term positioning):https://artofblockchain.club/discussion/blockchain-uiux-design-jobs-in-the-metaversehttps://artofbl...
By Shubhada Pande · @ShubhadaJP -
Reply #Discussions
Common Blockchain Coding Challenges in Smart Contract Developer Interviews
If you're preparing for smart contract developer interviews, it’s important to practice common blockchain coding challenges that test your Solidity skills and smart contract logic. Typical Blockchain Coding Challenges: Write a Basic E...
By AlexDeveloper · @Alexdeveloper -
Discussion #Discussions
How to Showcase Experience for a Smart Contract Interview?
Need interview advice ASAP! Got a call for a Smart Contract Developer role at an MNC. I’ve built smart contracts, dApps, and worked with ERC standards, but I’m blanking on how to explain my work without sounding lik...
By SmartChainSmith · @SmartChainSmith -
Reply #Discussions
I blank out in Solidity interviews — how do you prepare for code review and optimization tasks?
This is super common in junior smart contract developer interviews in Singapore — the freeze is usually because you’re “reading code” instead of “executing a scan.” Try a simple rule: never read line-by-line. Always scan in passes: Pass 1:...
By Web3WandererAva · @Web3Wanderer -
Discussion #Discussions
Token-gated e-commerce dev roles (US-remote, EST/PST): what frameworks dominate?
I keep seeing “token-gated e-commerce” roles pop up. The pay ranges are all over the place, and the stack requirements look… messy. I’m trying to sanity-check what’s actually getting built vs what’s just “Web3 seasoning” in a JD. I’m a prod...
By Santos P · @Santos