Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 336 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 336 Bytes

Front-end Installation

The app will be running in localhost.

Make sure you have Metamask installed and connected to the Sepolia Testnet.

1- Install the dependencies

Using npm install the dependencies:

npm install

2- Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev