What actually stays private on Midnight! (A builder's mental model)
Intro Coming from the XRPL, the challenge for me has been grasping what actually stays hidden on a privacy chain and how they acomplish that. On a tra…
Latest Programming news from Tech News
Intro Coming from the XRPL, the challenge for me has been grasping what actually stays hidden on a privacy chain and how they acomplish that. On a tra…
How I built a real-time automated trading system that monitors BTC, ETH, SOL, and XRP prediction markets and executes trades based on short-lived pric…
The Smart Contract That Handles Your Money. No Bank Needed. By Srashti Gupta |Blockchain Developer This is the part where it gets real. Not "real" lik…
This is the summary of everything I have learned about transaction in Solana- Transaction are not just messages or amount send. Transaction contains m…
Most token scam detectors, including the one I work on, share one implicit assumption: the contract you analyze at launch is the contract people will …
A bot on Polymarket quietly extracted $32k in near risk-free profits by sniping “Will Company XYZ Beat Earnings?” markets. It waits for the official r…
Arc 7 of 100 Days of Solana was about building NFTs from first principles. Instead of starting with marketplaces, profile pictures, or NFT culture, th…
Today, June 15th, 2026, I officially start my 6-month LFX mentorship under the Linux Foundation Decentralized Trust (LFDT) program. I will be working …
Token economics is not only about token price. It is about designing the rules, incentives, and long-term logic of a Web3 ecosystem. When people start…
If you come from Web2, you probably think of a token as a number in a database that moves around when people transact. On Solana, the original SPL Tok…
If you have made it this far in 100 Days of Solana, you have been working in JavaScript and on the command line. You have been calling RPC methods, bu…
Cross-posted from ai-frb.com — the canonical version lives on the FRB Research blog. This DEV.to mirror exists so the dev community can engage in comm…
Answer first — Pectra and Fusaka are the two Ethereum hard fork upgrades shaping MEV in 2026. Pectra activated in 2025 with three MEV-relevant EIPs: E…
Answer first — LRT (Liquid Restaking Token) arbitrage in 2026 captures spreads between LRTs like weETH, ezETH, rsETH, pufETH and their underlying ETH/…
Answer first — To detect MEV against your own trades in 2026, follow a four-step forensic process: (1) pull the transaction receipt and identify the b…
If you have built middleware in Web2, you already understand Token-2022 extensions. The old SPL token program is like a plain Express router. Token-20…
My agent earns USDC. It sells API calls priced with x402 , so tiny payments accumulate in its wallet. Which eventually raises the unglamorous question…
Blocknative's Gas API and Gas Network shut down on June 19, 2026 . If you have api.blocknative.com/gasprices/blockprices anywhere in your codebase, th…
As a backend developer, I came into Solana thinking transactions were basically API requests. You send some data, the network processes it, and you ge…
ShadowFeed Weekly #1 | Web3 Security Intelligence June 5 — June 11, 2026 ShadowFeed is a real-time Web3 security intelligence service for developers a…
I run RektRadar , a real-time scam-token detector for Ethereum. This is an honest build-log of one session with Claude Code (the Fable model) where I …
Reentrancy is the oldest trick in smart contract exploitation. The DAO fell to it in 2016. You would think a bug this famous would be extinct by now. …
Every year the post-mortems pile up, and every year the same category sits at the top of the loss chart. Not reentrancy. Not oracle manipulation. Acce…
You found a contract holding $4M. Etherscan shows the balance, the transactions, the token transfers. What it does not show is a single line of source…
Your fuzz tests pass. Your unit tests pass. Coverage is green. Then the protocol goes live and someone drains the vault with a five-transaction sequen…
I use an LLM on every contract I review. I also assume it is lying to me until I prove otherwise. That sounds contradictory, but it is the only way to…
Over the last few days, I've been building and testing a Polymarket trading bot focused on BTC and ETH 15-minute markets. The idea is surprisingly sim…
┌──────────────────────┐ │ MiniDEXFactory │ └──────────┬───────────┘ │ createPair(tokenA, tokenB) via Yul CREATE2 │ ▼ ┌──────────────────────┐ │ MiniD…
The problem: agents need citable facts; public data is scattered across 100s of APIs. What OSF does: collect → provenance-stamp → serve over MCP + x40…
If you build agents on Base, two things landed recently that are worth connecting. First: Base shipped its own Agent Skills. There's now a base/skills…