Found 95 bookmarks
Newest
Uniswap V2 - Add Liquidity | DeFi
Uniswap V2 - Add Liquidity | DeFi
This video explains how to add liquidity to Uniswap using Solidity. Add liquidity 0:30 Remove liquidity 5:42 Ganache demo 8:19 https://github.com/t4sk/defi-by-example #DeFi #Uniswap #SmartContract #Ethereum # References Uniswap https://app.uniswap.org/ Etherscan https://etherscan.io Follow on Twitter: @ProgrammerSmart https://twitter.com/ProgrammerSmart Join me on Discord: https://discord.gg/Ny8sPaj Website: https://smartcontractprogrammer.com
·youtube.com·
Uniswap V2 - Add Liquidity | DeFi
The Uniswap Standard, From Zero To Mastery — haruxe
The Uniswap Standard, From Zero To Mastery — haruxe
For the uninitiated, understanding the Uniswap protocol can be very convoluted. Let's get up-to-speed on the tech behind the most revered DeFi exchange.
·mirror.xyz·
The Uniswap Standard, From Zero To Mastery — haruxe
Price Oracles in Liquity
Price Oracles in Liquity
Liquity utilizes a price feed with a dual-oracle design. The system has a primary oracle and a secondary oracle, and sophisticated logic for switching to one should the other fail.
·liquity.org·
Price Oracles in Liquity
ULTIMATE Rust Lang Tutorial! - Getting Started
ULTIMATE Rust Lang Tutorial! - Getting Started
The ultimate Rust lang tutorial. Follow along as we go through the Rust lang book chapter by chapter. 📝 Get notified when the Rust Cheatsheet comes out: https://www.letsgetrusty.com/cheatsheet The Rust book: https://doc.rust-lang.org/stable/book/ 0:00 Intro 0:52 Installing Rust 1:57 Hello World 3:54 Hello World With Cargo 6:44 Outro #letsgetrusty #rust #tutorial
·youtube.com·
ULTIMATE Rust Lang Tutorial! - Getting Started
Exposing Merkle Trees and Cryptographic Proofs — haruxe
Exposing Merkle Trees and Cryptographic Proofs — haruxe
Merkle Trees are an incredibly useful data structure used in blockchain technology, let's explore the inner workings of how the data structure works.
·mirror.xyz·
Exposing Merkle Trees and Cryptographic Proofs — haruxe
Web3Suggest
Web3Suggest
To help you Understand Topics, you can visit these sections and learn the skills mentioned easily. There is enough content to help you get started, Learn most of that skill, and get hired.
·web3suggest.xyz·
Web3Suggest
AmazingAng/WTF-Solidity: 我最近在重新学solidity,巩固一下细节,也写一个“WTF Solidity极简入门”,供小白们使用,每周更新1-3讲。官网: https://wtf.academy
AmazingAng/WTF-Solidity: 我最近在重新学solidity,巩固一下细节,也写一个“WTF Solidity极简入门”,供小白们使用,每周更新1-3讲。官网: https://wtf.academy
我最近在重新学solidity,巩固一下细节,也写一个“WTF Solidity极简入门”,供小白们使用,每周更新1-3讲。官网: https://wtf.academy - AmazingAng/WTF-Solidity: 我最近在重新学solidity,巩固一下细节,也写一个“WTF Solidity极简入门”,供小白们使用,每周更新1-3讲。官网: https://wtf.academy
·github.com·
AmazingAng/WTF-Solidity: 我最近在重新学solidity,巩固一下细节,也写一个“WTF Solidity极简入门”,供小白们使用,每周更新1-3讲。官网: https://wtf.academy
Introduction
Introduction
Uniswap V3 Development Book # Welcome to the world of decentralized finances and automated market makers! This book will be your guide in this mysterious and amusing world! Together, we’ll build one of the most interesting and important applications, which serves as a pillar of today’s decentralized finances–Uniswap V3! This book will guide you through the development of a decentralized application, including: smart-contract development (in Solidity); contracts testing and deployment (using Forge and Anvil from Foundry); design and mathematics of a decentralized exchange; development of a front-end application for the exchange (React and MetaMask).
·uniswapv3book.com·
Introduction
Uniswap v3 TWAP Oracle Tooling and Deep Dive Pt. 1
Uniswap v3 TWAP Oracle Tooling and Deep Dive Pt. 1
Chaos Labs, a cloud security platform for DeFi applications, has released open source tooling for developing with Uniswap v3 TWAP Oracles.
·chaoslabs.xyz·
Uniswap v3 TWAP Oracle Tooling and Deep Dive Pt. 1
Introduction
Introduction
function renderKatex(element) { renderMathInElement(document.body, { delimiters: [ { left: '$$', right: '$$', display: true }, { left: '$', right: '$', display: false }, { left: '\\(', right: '\\)', display: false }, { left: '\\[', right: '\\]', display: true } ], throwOnError: false }); } \[ \] You’ll find the complete code of this chapter in this Github branch. First Swap # In this milestone, we’ll build a pool contract that can receive liquidity from users and make swaps within a price range.
·uniswapv3book.com·
Introduction
Learn Solidity (0.5) - Merkle Tree
Learn Solidity (0.5) - Merkle Tree
Learn about Merkle tree and merkle proof using Solidity. Code: https://solidity-by-example.org/app/merkle-tree Remix IDE: http://remix.ethereum.org Solidity: https://solidity.readthedocs.io Follow on Twitter: @ProgrammerSmart https://twitter.com/ProgrammerSmart Website: https://smartcontractprogrammer.com
·youtube.com·
Learn Solidity (0.5) - Merkle Tree
signature-to-vrs.js
signature-to-vrs.js
GitHub Gist: instantly share code, notes, and snippets.
·gist.github.com·
signature-to-vrs.js
Signing and Verifying Ethereum Signatures | Codementor
Signing and Verifying Ethereum Signatures | Codementor
In this article, let's look at how you can perform off-chain computation using Ethereum signatures. Cryptographic signatures can be used to validate the origin and integrity of messages. Then, we'll examine real-life use cases of off-chain computation such as decentralized exchanges, state channels, and meta transactions.
·codementor.io·
Signing and Verifying Ethereum Signatures | Codementor
bt3gl-labs/Blockchains-AMMs-and-MEV: Notes, scripts, code through my journey into stateful blockchains, MEV, DeFi, day trading, DEXs, etc. - by bt3gl
bt3gl-labs/Blockchains-AMMs-and-MEV: Notes, scripts, code through my journey into stateful blockchains, MEV, DeFi, day trading, DEXs, etc. - by bt3gl
Notes, scripts, code through my journey into stateful blockchains, MEV, DeFi, day trading, DEXs, etc. - by bt3gl - bt3gl-labs/Blockchains-AMMs-and-MEV: Notes, scripts, code through my journey into ...
·github.com·
bt3gl-labs/Blockchains-AMMs-and-MEV: Notes, scripts, code through my journey into stateful blockchains, MEV, DeFi, day trading, DEXs, etc. - by bt3gl
Speed Run Ethereum
Speed Run Ethereum
Created using 🏗 scaffold-eth
·speedrunethereum.com·
Speed Run Ethereum
The Hitchhiker's Guide to Ethereum - Delphi Digital
The Hitchhiker's Guide to Ethereum - Delphi Digital
Ethereum's roadmap is a lot to keep track of. This is your technical crash-course on everything from danksharding to KZGs to statelessness and so much more.
·members.delphidigital.io·
The Hitchhiker's Guide to Ethereum - Delphi Digital