Open protocol for connecting Wallets to Dapps - https://walletconnect.com
npm install
from the root folderTo 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.
TEST_PROJECT_ID=YOUR_PROJECT_ID npm run check
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 commandsnpm i -g node-gyp
sudo xcode-select --switch /Library/Developer/CommandLineTools
sudo xcode-select --reset
Apache 2.0