랭킹으로 돌아가기
WalletConnect/walletconnect-monorepo
TypeScriptWalletConnect Monorepo
walletconnectethereumweb3librarydevtoolswalletreact-nativemobiletypescriptteam-walletkitprod
주요 지표
스타 성장
스타
1.7k
포크
816
주간 성장
—
이슈
31
5001k1.5k
2018년 9월2019년 12월2021년 4월2022년 8월2023년 12월2025년 3월2026년 7월
아티팩트npm
npm install walletconnect-monorepoREADME
WalletConnect v2.x.x
Open protocol for connecting Wallets to Dapps - https://walletconnect.com
Setup
- Ensure nodejs and npm
- Clone the repository
- Install all package dependencies, by running
npm installfrom 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_IDvalue, which will be generated for you when you set up a new project on WalletConnect Cloud.
TEST_PROJECT_ID=YOUR_PROJECT_ID npm run check
Command Overview
clean- Removes build folders from all packageslint- Runs eslint checksprettier- Runs prettier checksbuild- Builds all packagestest- Tests all packagescheck- Shorthand to run lint, build and test commandsreset- Shorthand to run clean and check commands
Troubleshooting
- If you are experiencing issues with installation ensure you install
npm i -g node-gyp - You will need to have xcode command line tools installed
- If there are issues with xcode command line tools try running
sudo xcode-select --switch /Library/Developer/CommandLineTools
sudo xcode-select --reset
License
WalletConnect Community License
관련 저장소