Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 674 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 674 Bytes

WalletConnect Utils

Monorepo of JS utility packages for WalletConnect

Setup

  1. Clone the repository:
git clone https://github.com/WalletConnect/walletconnect-utils.git
  1. Install all dependencies:
npm install
  1. Configure all monorepo packages:
npm run bootstrap
  1. 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

License

MIT