alchemy-sdk

v2.3.1
Extended Ethers.js SDK for Alchemy APIs

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 --testTimeout=20000

Metadata

  • MIT
  • Whatever
  • Alchemy
  • released 1/23/2023

Downloads