flâneur

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