Javascript Utilities for WalletConnect
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ben Kremer 36b96db88d chore: identity-keys@0.1.5 4 weeks ago
.github/workflows chore(deps): update actions/cache action to v3 (#67) 2 months ago
browser fix(deps): align hoisted `typescript` dep 2 months ago
crypto fix(deps): align hoisted `typescript` dep 2 months ago
jsonrpc fix(deps): align hoisted `typescript` dep 2 months ago
misc chore: identity-keys@0.1.5 4 weeks ago
relay fix(deps): align hoisted `typescript` dep 2 months ago
.eslintignore
.eslintrc
.gitignore
.prettierrc
LICENSE
README.md
lerna.json fix(config): move `hoist` flag into lerna.json config 2 months ago
package-lock.json fix(identity-keys): don't require exact `@walletconnect/core` version 4 weeks ago
package.json chore(identity-keys): set up identity keys package (#80) 2 months ago
renovate.json fix(renovate): remove hourly limit now that config has stabilised 2 months ago
tsconfig.json

README.md

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