Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

iamacook/walletconnect-monorepo

This branch is 2132 commits behind WalletConnect/walletconnect-monorepo:v2.0.

Folders and files

NameName
Last commit message
Last commit date
Jan 24, 2023
Jun 26, 2022
Feb 3, 2023
Feb 1, 2023
Jan 5, 2023
Jul 25, 2022
Sep 21, 2022
Jun 24, 2022
Dec 13, 2021
Aug 17, 2022
Feb 1, 2023
Feb 3, 2023
Jan 20, 2023
Jan 20, 2023
Sep 11, 2022
Dec 20, 2022

Repository files navigation

WalletConnect v2.x.x

Open protocol for connecting Wallets to Dapps - https://walletconnect.com

Setup development

  1. Install nodejs and npm
  2. Install python3 and ensure python cli is linked (required to build some npm modules)
  3. Install workspace dependencies i.e. run npm install from root folder
  4. Install redis. We recommend running it as a brew service
  5. Pull and start ts-relay server (separate repo) PORT=5555 npm run start
  6. Ensure everything runs correctly by executing npm run check

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
sudo xcode-select --switch /Library/Developer/CommandLineTools
sudo xcode-select --reset

Commands

  • clean - Removes build folders from all packages
  • lint - Runs eslint checks
  • prettier - Runs prettier checks
  • build - Builds all packages
  • test - Tests all packages
  • check - Shorthand to run lint, build and test commands
  • reset - Shorthand to run clean anc check commands

License

Apache 2.0

About

WalletConnect Monorepo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.4%
  • Other 0.6%