@walletconnect/sign-client

v2.0.0-4bd5f77.0
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/client_a.db ./test/client_b.db

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:concurrency

vitest run --dir test/concurrency
npm i @walletconnect/[email protected]

Metadata

  • Apache-2.0
  • Whatever
  • WalletConnect, Inc.
  • released 9/12/2022

Downloads