@aztec/ethereum

v0.59.0
This package provides configuration and code for common chain operations such as contract deployment etc.

build

yarn clean && tsc -b

build:dev

tsc -b --watch

clean

rm -rf ./dest .tsbuildinfo

formatting

run -T prettier --check ./src && run -T eslint ./src

formatting:fix

run -T eslint --fix ./src && run -T prettier -w ./src

start:dev

tsc-watch -p tsconfig.json --onSuccess 'yarn start'

start

node ./dest/index.js

test

NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests
npm i @aztec/ethereum

Metadata

Downloads