Smart
Everything on SkillVeris tagged Smart — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 1 library
Study Notes(4)
Auditing Smart Contracts
What a smart contract audit is and is not: the common vulnerability classes auditors hunt, the static, symbolic, and fuzzing tools that assist them, and why ma…
Solidity vs Rust for Smart Contracts
Compares Solidity (the dominant EVM language) with Rust (used on Solana, NEAR, and via ink! on Polkadot) across performance, safety, tooling, and ecosystem so…
Your First Smart Contract
Write, compile, and deploy a complete storage contract, learning about the constructor, functions, events, access control, and the payable keyword along the wa…
Smart Casts in Kotlin
After a null-check or type-check, Kotlin's compiler automatically treats a variable as the narrowed type within that scope, no explicit cast needed.