Chimaobi EdozieforBlockchain Alphablockchainalpha.hashnode.dev·Sep 7, 2023Exploring Uniswap V4: New Features and Upgrades ExplainedLet's talk about Uniswap – the Uniswap protocol, a pioneer in the decentralized exchange landscape, is once again at the forefront of innovation with the highly anticipated release of Uniswap V4. Picture this: Uniswap V1 started things off by letting...Discuss·118 readsBlockchain
Eshan Shafeeqeshanshafeeq.hashnode.dev·Aug 7, 2023Calculating Price Impact for Uniswap V3 Using EthersTLDR; require("dotenv").config(); // to get alchemy api key const fs = require("fs"); const { ethers } = require("ethers"); const { abi: QuoterV2ABI } = require("@uniswap/v3-periphery/artifacts/contracts/lens/QuoterV2.sol/QuoterV2.json"); const { abi...Discussdefi
Saksham ThapaforVendetta Labsvendettalabs.hashnode.dev·Jul 19, 2023UniswapX — Dutch auction based routing protocolHeard about UniswapX and have no idea what it is ? We’ll get a brief understanding of how everything works in UniswapX. To understand UniswapX we must first understand what Dutch auction is. Dutch auction Dutch auction is the type of auction in whic...DiscussWeb3
DanielGdanielles0xg.xyz·Jul 12, 2023Uni V4 hooks & the Cancun fork - Q4 23The way we use Uniswap will change forever.Uniswap Version 4 will be out by the end of 2023.Ethereum Foundation will introduce new upcodes to the EVM 🤔 Uniswap V4Uni v4 introduces a new "singleton" contract, where all pools live within a single smar...Discuss·40 readsuniswap
Elnarilelnaril.hashnode.dev·Jun 6, 2023✨✨ Tutorial: How to Buy a Token on the 🦄 Uniswap Universal Router 🦄 with 🐍 Python 🐍 | HackerNoon ✨✨Creating a swap transaction for the latest Uniswap router is not as straightforward as it used to be with the previous routers: you cannot just use the router ABI and invoke a swap function. This guide will teach you how to use Python to build the tr...Discuss·44 readsPython
huranggateking.hashnode.dev·May 29, 2023Sharing my Uniswap journey with youI’ve been using it for a few months now and I’m very impressed by its features and performance. It’s a decentralized exchange that allows you to swap any ERC-20 tokens without any intermediaries or fees. It’s fast, easy, and secure. 😎 I’ve swapped t...Discussuniswap
Jyotirmoy Barmanjyotirmoy.dev·May 23, 2023Decentralization concerns with Uniswap's DAO governance and voting behaviorUniswap is a popular decentralized cryptocurrency exchange that has gained a lot of attention in recent years. One of the unique features of Uniswap is its governance system, which allows token holders to vote on proposals for changes to the platform...DiscussBlockchainBlockchain
Maanas O Tmaanas.hashnode.dev·Apr 29, 2023Uniswap V2 Code ExplainedIf you goto Uniswap's Github profile you can see that there are two repos associated with V2: V2 Core and V2 Periphery. V2 Core is the implementation of the protocol and Periphery has a set of contracts to help us interact with the protocol. We will ...Discuss·1 likedefi
Kirill Bogomolovkirrya.hashnode.dev·Mar 2, 2023Uniswap (V2+V3) Impermanent lossIn this article, I will explain what is Uniswap impermanent Loss, and why this is such a hot topic for liquidity providers More specifically, what awaits you in this article: A dive into how Uniswap V2 works Impermanent Loss for Uniswap V2 A dive ...Discussdefi
Massimo Luraschiraekwon.hashnode.dev·Feb 22, 2023How to scale blockchain data science for large datasetsSummary In the last article I published, I discussed how to use Subsquid's SDK for data analysis, by saving processed data to local CSV files, instead of a database. For this article, I want to talk about the natural follow-up in a "data analysis foc...Discuss·1 likeData Science