@walletconnect/ethereum-provider

v2.17.1
Ethereum Provider for WalletConnect Protocol
wallet walletconnect

clean

rm -rf dist

build:pre

npm run clean

build:types

tsc

build:source

rollup --config rollup.config.js

build

npm run build:pre; npm run build:source; npm run build:types

test:pre

rm -rf ./test/test.db

test:run

vitest run --dir test

test

npm run test:pre; npm run test:run

test:ignoreUnhandled

npm run test:pre; npm run test:run -- --dangerouslyIgnoreUnhandledErrors

lint

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

prettier

prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'
npm i @walletconnect/ethereum-provider

Metadata

  • Apache-2.0
  • Whatever
  • WalletConnect, Inc.
  • released 10/9/2024

Downloads