shlogg · Early preview
Block Experts @zouhirtaousy

Blockchain Experts, just building blockchain products!

Smart Contract Verification On Etherscan: A Step-by-Step Guide

Verifying smart contracts on Etherscan with Hardhat & custom TypeScript class: compile contract, create verifier class, call API with chain ID, contract address, source code & ABI.

Conquering Unsolvable Challenges In Software Engineering

Share your 'aha!' moment: tackled an impossible problem, debugged a nightmare bug, or built something from scratch that made a real impact. What's your story?

Conquering Unsolvable Challenges In Software Engineering

Share your 'aha!' moment: tackled an impossible problem, debugged a nightmare bug, or built something from scratch that made a real impact. What's your story?

Smart Contract Security Analysis Tools

Smart contracts are vulnerable to bugs & financial loss. Use tools like Slither, Mythril & MythX for static analysis, audit contracts with automatic tools & follow best practices to minimize risk.

Software Engineering Meets Web Development: Learning Rewards Protocol

Built a Learning Rewards Protocol for reading articles, rewarding users with a fungible token called Growth. DApp includes user interface, backend, and token creation. Users can claim rewards by signing a challenge with their wallet.

Building A Roadmap For Career Growth In Blockchain Development

Building a roadmap for career growth in blockchain development. Goals include creating a comprehensive token management tool, adopting domain-driven design, and exploring emerging blockchain platforms like Ethena and Tron Blockchain.

Domain-Driven Design Revolutionizes My Code: A Journey To Independence

Domain-Driven Design helped me build x-wallet, a multi-chain asset manager. Then, BulkSendTokens.xyz provided direct value to users. Now, I'm excited for 2025's independence journey!

Building An Ethereum Wallet App With React Native And Redux

Building an Ethereum wallet app with React Native & Redux. Step-by-step guide covers setting up project, implementing wallet management, crafting UI, integrating Ethereum libraries & adding advanced features.

Optimize Smart Contracts With Solidity Custom Errors

Boost efficiency & clarity in Solidity smart contract dev with custom errors! Reduce gas costs, improve error transparency & readability. Learn how to implement custom errors in your projects today!