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 .
- Host: GitHub
- URL: https://github.com/mohindar99/wallet_integration
- Owner: mohindar99
- Created: 2023-01-11T18:14:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T18:27:24.000Z (over 2 years ago)
- Last Synced: 2025-01-09T06:34:37.670Z (9 months ago)
- Topics: dapp, reactjs, solidity, wagmi
- Language: JavaScript
- Homepage:
- Size: 560 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```