@walletconnect/sign-client

v2.0.0-beta.102-6a30ee7.0
Sign Client for WalletConnect Protocol
wallet walletconnect

help

tsc --help

lint

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

test

run-s test:pre test:run

build

run-s build:pre build:cjs build:esm build:umd

clean

rm -rf dist

watch

tsc -p tsconfig.json --watch

canary

run-s test:pre test:canary

loadtest

run-s test:pre test:concurrency

test:pre

rm -rf ./test/test.db

test:run

env TS_NODE_PROJECT="tsconfig.cjs.json" mocha --timeout 10000 --exit --r ts-node/register ./test/*.spec.ts

build:cjs

npx tsc -p tsconfig.cjs.json

build:esm

npx tsc -p tsconfig.esm.json

build:pre

run-s clean

build:umd

webpack

test:canary

env TS_NODE_PROJECT="tsconfig.cjs.json" mocha --timeout 10000 --exit --r ts-node/register ./test/canary/**/*.spec.ts

test:concurrency

env TS_NODE_PROJECT="tsconfig.cjs.json" mocha --timeout 1900000 --exit --r ts-node/register ./test/concurrency/*.spec.ts
npm i @walletconnect/[email protected]

Metadata

  • Apache-2.0
  • Whatever
  • WalletConnect, Inc.
  • released 7/15/2022

Downloads