Open protocol for connecting Wallets to Dapps - https://walletconnect.com
- Install nodejs and npm
- Install python3 and ensure
python
cli is linked (required to build some npm modules) - Install workspace dependencies i.e. run
npm install
from root folder - Install redis. We recommend running it as a brew service
- Pull and start ts-relay server (separate repo)
PORT=5555 npm run start
- Ensure everything runs correctly by executing
npm run check
- 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
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 anc check commands
Apache 2.0