@walletconnect/ethereum-provider

v2.4.5
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

  • Apache-2.0
  • Whatever
  • WalletConnect, Inc.
  • released 2/21/2023

Downloads