/WETH-Frontend

This is a simple frontend dapp to wrap/unwrap your ETH using Metamask

Primary LanguageJavaScript

About This Repository

Wrap and unwrap your ETH with this simple React frontend dapp that connects to your metamask and uses the WETH contract

How To Run This Project On Your Local Machine

  1. In root folder: Install all dependencies with npm install
  2. In /weth-frontend/src: Start the development server server via npm start.