https://github.com/walletconnect/walletconnect-monorepo
WalletConnect Monorepo
https://github.com/walletconnect/walletconnect-monorepo
devtools ethereum library mobile prod react-native team-walletkit typescript wallet walletconnect web3
Last synced: 2 months ago
JSON representation
WalletConnect Monorepo
- Host: GitHub
- URL: https://github.com/walletconnect/walletconnect-monorepo
- Owner: WalletConnect
- License: other
- Created: 2018-08-26T14:02:36.000Z (almost 8 years ago)
- Default Branch: v2.0
- Last Pushed: 2026-01-16T08:50:43.000Z (5 months ago)
- Last Synced: 2026-01-16T23:34:30.820Z (5 months ago)
- Topics: devtools, ethereum, library, mobile, prod, react-native, team-walletkit, typescript, wallet, walletconnect, web3
- Language: TypeScript
- Homepage:
- Size: 102 MB
- Stars: 1,639
- Watchers: 71
- Forks: 805
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
- Funding: funding.json
- License: LICENSE.md
Awesome Lists containing this project
README
# WalletConnect v2.x.x
Open protocol for connecting Wallets to Dapps - https://walletconnect.com
## Setup
1. Ensure [nodejs](https://nodejs.org) and [npm](https://www.npmjs.com)
2. Clone the repository
3. Install all package dependencies, by running `npm install` from the root folder
## Running checks for all packages
To ensure all packages lint, build and test correctly, we can run the following command from the root folder:
> **For tests to pass in the following command, you will need your own `TEST_PROJECT_ID` value**,
> which will be generated for you when you set up a new project on [WalletConnect Cloud](https://cloud.walletconnect.com).
```zsh
TEST_PROJECT_ID=YOUR_PROJECT_ID npm run check
```
## Command Overview
- `clean` - Removes build folders from all packages
- `lint` - Runs [eslint](https://eslint.org/) checks
- `prettier` - Runs [prettier](https://prettier.io/) checks
- `build` - Builds all packages
- `test` - Tests all packages
- `check` - Shorthand to run lint, build and test commands
- `reset` - Shorthand to run clean and check commands
## Troubleshooting
1. If you are experiencing issues with installation ensure you install `npm i -g node-gyp`
2. You will need to have xcode command line tools installed
3. If there are issues with xcode command line tools try running
```zsh
sudo xcode-select --switch /Library/Developer/CommandLineTools
sudo xcode-select --reset
```
## License
WalletConnect Community License