https://github.com/starc007/wallet-connect-boilerplate
Boilerplate for wallet connection in React
https://github.com/starc007/wallet-connect-boilerplate
Last synced: 3 months ago
JSON representation
Boilerplate for wallet connection in React
- Host: GitHub
- URL: https://github.com/starc007/wallet-connect-boilerplate
- Owner: starc007
- Created: 2022-10-30T16:04:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T06:43:46.000Z (almost 3 years ago)
- Last Synced: 2025-06-03T19:10:53.409Z (4 months ago)
- Language: JavaScript
- Size: 140 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wallet Connection Boilerplate in React
## Wallet Supported
- Metamask
- WalletConnect## Features
- Connect to Wallet (Metamask, WalletConnect, more coming soon)
- Network Change Detection
- Account Change Detection
- Disconnect from Wallet
- Sign Message
- Connect to smart contract
- Remove listener
- Switch Network## How to use
### 1. Clone this repo using
```jsx
git clone https://github.com/starc007/wallet-connect-boilerplate.git
```### 2. Move to the appropriate directory:
```jsx
cd wallet-connect-boilerplate
```### 3. Run
```jsx
npm install
```### 4. Start
```jsx
npm run dev
```## Upcoming Features
- will add boilerplate for other Frontend Frameworks
## Support
If you like this project, please consider giving it a ⭐️ on Github and sharing it with your friends via social media.
## License
MIT