@walletconnect/sign-client

v2.8.2
Sign Client for WalletConnect Protocol
wallet walletconnect

lint

eslint -c '../../.eslintrc' --fix './src/**/*.ts'

test

npm run test:pre; npm run test:run

build

npm run build:pre; npm run build:source; npm run build:types

clean

rm -rf dist

canary

npm run test:pre; npm run test:canary

loadtest

npm run test:pre; npm run test:concurrency

prettier

prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'

test:pre

rm -rf ./test/tmp && mkdir ./test/tmp

test:run

vitest run --dir test/sdk

build:pre

npm run clean

build:types

tsc

test:canary

vitest run --dir test/canary

build:source

rollup --config rollup.config.js

test:xregion

vitest run --dir test/xregion -- --dangerouslyIgnoreUnhandledErrors --segfault-retry=3

test:lifecycle

vitest run --dir test/lifecycle -- --dangerouslyIgnoreUnhandledErrors --segfault-retry=3

test:concurrency

vitest run --dir test/concurrency

test:integration

vitest run --dir test/sdk/integration

test:ignoreUnhandled

npm run test:pre; npm run test:integration -- --dangerouslyIgnoreUnhandledErrors --segfault-retry=3
npm i @walletconnect/[email protected]

Metadata

  • Apache-2.0
  • Whatever
  • WalletConnect, Inc.
  • released 6/23/2023

Downloads