@alchemy/aa-ethers

v0.0.1-alpha.2
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
npm i @alchemy/[email protected]

Metadata

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

Downloads