uniswap codebase
github.com · 235 words · saved by 1 readers
🦄 🦄 🦄 Core smart contracts of Uniswap v3
This repository contains the core smart contracts for the Uniswap V3 Protocol. For higher level contracts, see the uniswap-v3-periphery repository. Bug bounty This repository is subject to the Uniswap V3 bug bounty program, per the terms defined here. Local deployment In order to deploy this code to a local testnet, you should install the npm package @uniswap/v3-core and import the factory bytecode located at @uniswap/v3-core/artifacts/contracts/UniswapV3Factory.sol/UniswapV3Factory.json. For example: import { abi as FACTORY_ABI, bytecode as FACTORY_BYTECODE, } from…
saved by
related reading
- GitHub - ourzora/v3github.com
- GitHub - safe-fndn/safe-smart-account: Safe allows secure management of blockchain assets.github.com
- GitHub - compound-finance/compound-protocol: The Compound On-Chain Protocolgithub.com
- GitHub - ProjectOpenSea/seaport: Seaport is a marketplace protocol for safely and efficiently buying and selling NFTs.github.com
- Ethereum is a Dark Forest - Paradigmparadigm.xyz
- Uniswap v3 Explained - All You Need to Know - MVP Workshopmvpworkshop.co
- Report: Uniswap Labs Business Breakdown & Founding Story | Contrary Researchresearch.contrary.com
- HugeDomains.comliaoph.com
- The Dominance of Uniswap v3 Liquidityparadigm.xyz
- Oracles | Uniswapdocs.uniswap.org
- A Primer on Uniswap v3 Math: As Easy As 1, 2, v3blog.uniswap.org
- GitHub - aave/interface: Interface to access the Aave Protocol · GitHubgithub.com