Skip to content

Latest commit

 

History

History
 
 

react-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@uniswap-v2-app/react-app

This package is a fork of the default app built with Create React App.

Before you start

This project was created for learning purpose.

Local testing setup

In order to run with local chain with ganache go to the config.js set ROUTER_ADDRESS given by the CRANQ application. Set the DAPP_CONFIG to localhost:

export const DAPP_CONFIG = {
  readOnlyChainId: Localhost.chainId,
  readOnlyUrls: {
    [Localhost.chainId]: "http://127.0.0.1:7545"
  },
}

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the React documentation on deployment for more information.