# uniswap-demo **Repository Path**: yiprogrammer/uniswap-demo ## Basic Information - **Project Name**: uniswap-demo - **Description**: script to setup uniswap development environment locally - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Prerequisite - geth - truffle ## Run devnet ``` $ geth --datadir /tmp/data/ --http --dev --dev.period 2 --http.corsdomain "*" ``` ## Deploy contracts ``` $ truffle migrate --network development ```