Monorepo of JS utility packages for WalletConnect
- Clone the repository:
git clone https://github.com/WalletConnect/walletconnect-utils.git
- Install all dependencies:
npm install
- Configure all monorepo packages:
npm run bootstrap
- Ensure all packages lint, build, and test successfully:
For all 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
MIT