Skip to content

avkos/wagmi-web3js-example-app

Repository files navigation

Wagmi Web3.js v4 Example App

Description

This repository contains an example Wagmi app that demonstrates how to interact with the Ethereum blockchain using the web3.js library. It showcases key functionalities such as get information from Ethereum blockchain.

Installation

Before you begin, ensure you have Node.js and npm installed on your machine.

1. Clone the repository:

   git clone https://github.com/avkos/wagmi-web3js-example-app.git wagmi-web3js-example-app

2. Navigate to the project directory:

cd wagmi-web3js-example-app

3. Install dependencies:

npm install

or

yarn install

4. Start the development server:

npm run dev

or

yarn dev

5. To run tests:

npm test

or

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published