Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zircon-tech/web3-wallet-connect
https://github.com/zircon-tech/web3-wallet-connect
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zircon-tech/web3-wallet-connect
- Owner: zircon-tech
- Created: 2022-05-20T15:28:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T18:44:14.000Z (over 2 years ago)
- Last Synced: 2024-02-15T16:31:30.124Z (10 months ago)
- Language: TypeScript
- Size: 461 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zircon - Web 3 Wallet Connect
README
# Web3 Wagmi Connect
This project is a working example on how to connect web3 to a Metamask wallet. The provided example is built with NextJS / React and leverages the web3 connection with `wagmy` package.
Feel free to extend the InjectedConnector to other wallets in the ecosystem.## Tech Stack
NextJs with Typscript + TailwindCss
## Setup
This project uses node version "16.14.2"
Install Node Version Manager (nvm) to move between versions;
### Install yarn
`npm i -g yarn`
### Install dependencies
`yarn install`
### Run the project
In dev mode with `yarn run dev`