An open API service indexing awesome lists of open source software.

https://github.com/mohindar99/wallet_integration

This project was based on the wallet integration of the meta mask and coin base wallet using wagmi interface .
https://github.com/mohindar99/wallet_integration

dapp reactjs solidity wagmi

Last synced: 7 months ago
JSON representation

This project was based on the wallet integration of the meta mask and coin base wallet using wagmi interface .

Awesome Lists containing this project

README

          

# Wallet Integration using Wagmi Interface Hooks :

## Introduction :

This project mainly concentrates on the multiple web3 wallet integrations using the Wagmi Interface along with fetching smart contract functions for interaction with its code.

## Functionality :

- We will be connecting the metamask and coinbase wallets using the wagmi inbuild hooks to and fetch the address of the contract and balance to display on the screen .

## Basic requirements :
- Hadhat configuration
- ReactJS
- Wagmi Interface
- Smart contract
- EthersJS

## Commands useful for Hardhat Project:

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```