@walletconnect/ethereum-provider

v2.4.6-793c2c4b
Ethereum Provider 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

prettier

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

test:pre

rm -rf ./test/test.db

test:run

vitest run --dir test

build:pre

npm run clean

build:types

tsc

build:source

rollup --config rollup.config.js

test:ignoreUnhandled

npm run test:pre; npm run test:run -- --dangerouslyIgnoreUnhandledErrors
npm i @walletconnect/[email protected]

Metadata

Downloads