@alchemy/aa-ethers

v0.1.0-alpha.19
Ethers.js wrapper for @alchemy/aa-core

test

vitest

build

yarn clean && yarn build:cjs && yarn build:esm && yarn build:types

clean

rm -rf ./dist

test:run

vitest run

build:cjs

tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{"type":"commonjs"}'

build:esm

tsc --project tsconfig.build.json --module es2015 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{"type":"module"}'

build:types

tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap

test:run-e2e

vitest run --config vitest.config.e2e.ts
npm i @alchemy/[email protected]

Metadata

  • MIT
  • Whatever
  • Alchemy
  • released 8/3/2023

Downloads