alchemy-sdk

v2.2.0-unichain.0
Extended Ethers.js SDK for Alchemy APIs

api

yarn build && api-extractor run

docs

typedoc --plugin none --out docs src/index.ts

lint

eslint -c .eslintrc.js '**/*.ts' --ignore-path '.gitignore'

test

jest test/unit

build

rollup -c

clean

rm -rf dist

format

prettier --write '**/*.{html,js,json,md,ts}'

docs-md

typedoc --plugin typedoc-plugin-markdown --out docs-md src/index.ts

prepare

husky install

prebuild

yarn clean && tsc --emitDeclarationOnly --declaration -p tsconfig.json

lint-file

eslint --fix

pre-commit

lint-staged

format-file

prettier --write

prepublishOnly

yarn build && yarn run lint && yarn run test

test-integration

jest test/integration

Metadata

  • MIT
  • Whatever
  • Alchemy
  • released 11/7/2022

Downloads