How to self host Uniswap interface

Akshay Cm
Oct 28, 2020

Prerequisites:

  • NodeJS
  • git

Step 1:

First make sure you have installed NodeJS,if not install it by downloading it from the following link

Step 2:

If you are on Windows, you need to install git ,install this from the following link:

Step 3:

Open a terminal window, in my case I am using a mac, if you are on windows open command prompt and execute the following commands

git clone https://github.com/Uniswap/uniswap-interface
cd uniswap-interface
npm install
npm start

Once all 4 of these commands are executed successfully you should see a new tab opened with the locally hosted uniswap ui.

Sign up to discover human stories that deepen your understanding of the world.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Responses (2)

Write a response

Do you know how to connect with locally deployed uniswap contracts?

akshay for president