Check out our Deploying Uniswap Contracts Tutorial!
If you have the Oasis Toolchain installed and just want to deploy right away:
- Clone this repo.
- Install dependencies with
npm install
. - Run a local oasis network with
oasis chain
in a separate terminal window. - Run
node deploy-uniswap
to deploy the contracts.