ethers-multisend

v3.1.0
A package for crafting multi-send transaction from a Zodiac Avatar, such as a Safe, based on ethers.js

prepare

yarn build

prebuild

rimraf build

build

yarn build:cjs && yarn build:esm

build:cjs

tsc -p tsconfig.cjs.json

build:esm

tsc -p tsconfig.esm.json

check

yarn check:prettier && yarn check:lint && yarn check:spelling

check:lint

eslint src test --ext .ts

check:prettier

prettier "src/**/*.ts" --list-different

check:spelling

cspell "**"

fix

yarn fix:prettier && yarn fix:lint

fix:prettier

prettier "src/**/*.ts" --write

fix:lint

eslint src --ext .ts --fix

pretest

hardhat compile

test

hardhat test

test:watch

mocha -w
npm i ethers-multisend

Metadata

  • MIT
  • Whatever
  • Jan-Felix Schwarz
  • released 5/31/2024

Downloads

Maintainers