Skip to content

klyemeo/Eth_Hack

Repository files navigation

Web3 React App

This project is a Web3 application built using React, Vite, and TypeScript. It allows users to connect their MetaMask wallet and features a visually appealing interface with a wave background effect and interactive cursor effects.

Features

  • Connect and disconnect from MetaMask wallet
  • Display wallet address
  • Wave background effect
  • Interactive cursor effects

Getting Started

Prerequisites

  • Node.js (version 14 or higher)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone <repository-url>
    
  2. Navigate to the project directory:

    cd web3-react-app
    
  3. Install the dependencies:

    npm install
    

    or

    yarn install
    

Running the Application

To start the development server, run:

npm run dev

or

yarn dev

Open your browser and navigate to http://localhost:3000 to view the application.

Building for Production

To build the application for production, run:

npm run build

or

yarn build

The production files will be generated in the dist directory.

Usage

Once the application is running, you can connect your MetaMask wallet by clicking the "Connect Wallet" button. The wallet address will be displayed on the screen. Enjoy the wave effect and cursor interactions as you navigate through the app!

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors