883 results for "smart contract developer"
-
Discussion #Discussions
US Remote Smart Contract Security Engineer offer: JD is messy — red flag or normal startup chaos?
Got a US-remote Smart Contract Security Engineer offer, but the JD looks messy… red flag or normal early-stage startup? I was excited about the offer — until I re-read the job description properly. The JD feels inc...
By ChainPenLilly · @ChainPenLilly -
Reply #Discussions
How do smart-contract auditors stay on top of real-time exploit news? I feel like I’m always late.
Bringing this thread back because “real-time” is messy unless you have a triage step. What helped me wasn’t adding more sources — it was deciding how I confirm an exploit is real in 10 minutes. My quick sanity check: Is there an on-chain tr...
By ChainPenLilly · @ChainPenLilly -
Discussion #Discussions
When preparing for smart contract interviews, how much does gas optimization really matter?
I’m preparing for smart contract interviews and keep running into the same advice everywhere: learn gas optimization really well.I understand the basics — storage vs memory, packing variables, avoiding...
By Sayali Bhandari · @SayaliB -
Reply #Discussions
When preparing for smart contract interviews, how much does gas optimization really matter?
I went into interviews thinking gas optimization was a core requirement. I spent weeks on it.In reality, most interviewers cared more about how I reasoned through problems. They asked things like:“What happens if this function is call...
By amanda smith · @DecentralizedDev -
Discussion #Discussions
How do real smart contract audits work in practice? What do auditors check before Slither, Mythril, Foundry fuzzin...
I’m trying to understand how real smart contract audits actually work once a team hands over production Solidity code for review. A lot of beginner content still makes audits sound like “run Slither, look for reent...
By AuditWardenRashid · @AuditWarden -
Reply #Discussions
How do real smart contract audits work in practice? What do auditors actually check first?
Here’s how many auditors I know (including myself) actually approach an audit. It’s not a checklist — it’s a loop of understanding, challenging, and verifying. Architecture pass You skim the entire codebase and figur...
By FintechLee · @FintechLee -
Reply #Discussions
How do real smart contract audits work in practice? What do auditors actually check first?
When you start doing audits professionally, you realise pretty quickly that the job isn’t “look for reentrancy” or “run Slither.” The real starting point is: what must never break in this system?Th...
By AnitaSmartContractSensei · @SmartContractSensei -
Reply #Discussions
How do smart-contract auditors stay on top of real-time exploit news? I feel like I’m always late.
This is one of the most common gaps juniors report — real-time exploit tracking feels overwhelming until you build a repeatable system. If you’re strengthening your security fundamentals, you may also find these threads useful:&...
By Shubhada Pande · @ShubhadaJP -
Reply #Discussions
How do real smart contract audits work in practice? What do auditors actually check first?
What you see across AOB’s security conversations is a consistent pattern: real audits break not because someone forgot to run a tool, but because the original assumptions of the protocol were never fully examined. Tools matter, but they onl...
By Shubhada Pande · @ShubhadaJP -
Reply #Discussions
How do smart-contract auditors stay on top of real-time exploit news? I feel like I’m always late.
What helped me stop feeling lost was switching from random surfing to time-boxed consumption. 20 minutes morning + 20 minutes evening. I follow Rekt, DeFiSafety, and a curated Twitter list. That’s it. The consistency matters more than volum...
By AlexDeveloper · @Alexdeveloper -
Reply #Discussions
How do smart-contract auditors stay on top of real-time exploit news? I feel like I’m always late.
One thing I want to add to what others have already shared is that staying updated isn’t just about consuming signals — it’s about understanding which signals matter to your work. When I was new, I subscribed to every feed: Rekt, SlowMist,...
By Abubaker S · @Abubaker -
Discussion #Discussions
Silent Fails in Smart-Contract Access Control: What Teams Miss Until It’s Too Late
While practicing with Slither/Mythril and extracting CFGs from Solidity contracts, I keep noticing a pattern:Teams don’t get hacked because of complex bugs.They get hacked because of small access-control oversights.Exampl...
By Ayush Verma · @NawtFound404