@walletconnect/sign-client

v2.0.0-8297b194
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/test.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

Downloads