Subhanshu Mohan Guptablogs.subhanshumg.com·Dec 21, 2024The Future of DevSecOpsIn today’s hyper-connected world, building software often involves diverse, distributed teams collaborating across multiple organizations. Traditional DevSecOps pipelines rely on centralized tools and services, which can introduce single points of fa...27 readsAI powered DevOpsDevSecOps
Isiaq A. TajudeenforCrossFi Africa Blogcrossfiafrica.hashnode.dev·Dec 21, 2024Configuring a Hardhat Project for Deploying a Smart Contract on the CrossFi Blockchain: A complete guide.Deploying a smart contract on the CrossFi blockchain using Hardhat is a systematic process. This guide walks you through the complete setup, from initializing your Hardhat project to deploying the contract on the CrossFi blockchain. Prerequisites Ens...crossfi
Alexander Codesalexandercodes.hashnode.dev·Dec 20, 2024Risk-Free Arbitrage on AlgorandIntroduction Arbitrage is the simultaneous purchase and sale of the same or similar asset in different markets in order to profit from tiny differences in the asset’s listed price. Source: Arbitrage: How Arbitraging Works in Investing, With Examples...1 like·282 readsalgorand
Lilian Cariourasengansec.hashnode.dev·Dec 19, 2024TON Virtual Machine / Func Learninghttps://docs.ton.org/learn/tvm-instructions/tvm-overview What are messages and what are transactions? ✉️ Message - the things that happens in between two contracts. It carries a little bit of coins and arbitrary data to a contract address. 💎 Transa...tondev
Lilian Cariourasengansec.hashnode.dev·Dec 19, 2024Fuel, FuelVM and Sway LanguageFuel's Purpose-Built Architecture Fuel introduces a novel architecture specifically optimized for Ethereum rollups. This architecture addresses the core issues by integrating: Parallelization: FuelVM supports parallel transaction execution, leveragi...swaylanguage
Lilian Cariourasengansec.hashnode.dev·Dec 19, 2024Invariant Testing : From 0 to HeroInvariant testing as kind of super-fuzzing Fuzz Test = many randomly generated values and verify assertion Invariant test : apply same idea but to the system as a whole, during an invariant test, the fuzzer run again all functions in all contracts ...echidna
Lilian Cariourasengansec.hashnode.dev·Dec 19, 2024Uniswap V4 HooksYep one more article on uniV4 hooks, but this one is different (or maybe not) Introduction UniV3 vs UniV4 : Uniswap v3 introduced concentrated liquidity features that allow liquidity providers to choose price ranges to earn higher fees from their c...uniswapV4
John FáwọléforBlockchain Alphablockchainalpha.hashnode.dev·Dec 17, 2024How To Write Web3 Technical Content Everyone ReadsPhoto by Paige Cody on Unsplash Every new technology primarily gains adoption through content; someone has to be preaching it. For example, Andreas Antonopoulos was advocating for Bitcoin with every opportunity and record has it that he was explainin...writing
Gautham R Vanjregautham10.hashnode.dev·Dec 15, 2024What Are DAOs?In the world of blockchain and decentralized systems, Decentralized Autonomous Organizations (DAOs) are reshaping how groups of people organize, make decisions, and manage resources without traditional hierarchies or intermediaries. DAOs leverage sma...Web3 and Blockchain BasicsWeb3
JiffyLabsjiffylabs.hashnode.dev·Dec 13, 2024From EIP-3074 to EIP-7702EIP-3074, the Predecessor EIP3074 was introduced to enhance the interaction between EOAs and smart contracts on Ethereum by introducing sponsored transactions. Sponsored transactions are achieved through the introduction of two new opcodes, AUTH and ...Blockchain