web3-rpc-methods

v0.1.0-alpha.3
Ethereum RPC methods for Web3 4.x.x

lint

eslint --ext .js,.ts .

test

jest --config=./test/unit/jest.config.js

build

tsc --build

clean

rimraf dist && rimraf lib

format

prettier --write '**/*'

test:ci

jest --coverage=true --coverage-reporters=json --verbose

lint:fix

eslint --fix --ext .js,.ts .

prebuild

yarn clean

test:unit

jest --config=./test/unit/jest.config.js

test:watch

npm test -- --watch

build:check

node -e "require('./lib')"

test:coverage

jest --config=./test/unit/jest.config.js --coverage=true --coverage-reporters=text

test:integration

jest --config=./test/integration/jest.config.js --passWithNoTests

Metadata

  • LGPL-3.0
  • Whatever
  • ChainSafe Systems
  • released 1/12/2023

Downloads