Logo
Login
Tech Posts 31207
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

From Source to Blockchain: How Smart Contracts Go Live with Remix and MetaMask

From Source to Blockchain: How Smart Contracts Go Live with Remix and MetaMask
Writing a smart contract is only the beginning. What happens between your source code and a live contract on the blockchain? In this article, we walk through the process with a clear road map. ...
25.04.2025 0 Read More

WEB3 & BLOCKCHAIN 101: NO MORE CONFUSION

WEB3 & BLOCKCHAIN 101: NO MORE CONFUSION The tech world is buzzing with terms like Web3, Blockchain, Crypto, and more. But what exactly do they mean? How are they connected?In this articl...
26.04.2025 0 Read More

Inside a Smart Contract: Storage, Execution, and Blockchain Behavior

Let us deploy this contract to Sepolia Testnet using Chrome console. ⛶// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract ExecutionExplorer { uint256 public storedValue; addres...
26.04.2025 0 Read More

Building OmniRadhaNexus — Why Web3 Needs Simplicity

Building OmniRadhaNexus — Why Web3 Needs Simplicity
Web3 promises freedom, decentralization, and ownership — but for the average user? It still feels confusing, fragmented, and overwhelming.Switching wallets. Switching networks. Paying random gas fee...
27.04.2025 0 Read More

Decoding a Solana on-chain account in JavaScript.

The goal of this exercise is to understand how Accounts are stored on-chain on Solana and their structure. No Anchor client No special libraries Just Buffer and raw byte parsing Like Imagine you pulle...
27.04.2025 0 Read More

Smart Contracts Deep Dive: Storage Packing, Payment Flows, and msg Object Explained

In my last article, "Inside a Smart Contract: Storage, Execution, and Blockchain Behavior", we explored how smart contracts store data, execute logic, and interact with the blockchain.Today, we are di...
27.04.2025 0 Read More

How I Did a Shadow Audit (Start to Finish)

What is a shadow audit? One of my goals is to understand as many vulnerabilities as possible. To do that, we can do many things like reading reports, watching courses, participating in contes...
27.04.2025 0 Read More

Building Transparent Supply Chains with Blockchain: A Developer's Guide to DPPs

Why Digital Product Passports Are Every Developer's New Obsession ⛶// Sample DPP verification function async function verifyProduct(QRcode) { const dpp = await fetchBlockchainRecord(QRcod...
27.04.2025 0 Read More

Oasis Network Launches Secure Random Number Generation for Smart Contracts

Oasis Network Launches Secure Random Number Generation for Smart Contracts
Oasis Network has just launched secure, verifiable Random Number Generation (RNG) for Sapphire, its confidential EVM.👉 Read the full announcement here: https://oasis.net/blog/oasis-random-number-ge...
28.04.2025 0 Read More

Building a Prediction Market on Chromia | Step 1 — Project Setup

Building a Prediction Market on Chromia | Step 1 — Project Setup
Hi! I’m Dmytro, a Dev Advocate at Chromia. Recently, I’ve been feeling a strong urge to start building my own fun side projects, and Chromia’s infrastructure fits perfectly for that. No gas fees...
28.04.2025 0 Read More
Loading...
#reading
Undecided Goal
0
2025 Reminder That DHH Is a Total Idiot!
0
Exploring the Drip Network Tax Structure: Mechanisms, Benefits and Future Outlook
0
Você Está Tratando Exceções Errado? Descubra o Que Ninguém Te Conta Sobre Exceptions em Java! Part 2
0
Augmented Connected Workforce: AR/VR Trends in Remote Work
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0