@walletconnect/sign-client

v2.0.0-beta.101.3
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

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
npm i @walletconnect/[email protected]

Metadata

Downloads