@0xsequence/wallet-contracts

v0.0.0-20230709102337
Ethereum contracts for the Sequence Smart Wallet at [https://sequence.app](https://sequence.app).

lint

yarn lint:ts && yarn lint:sol

test

yarn hardhat test

build

yarn compile && yarn adapter

clean

rimraf artifacts && rimraf cache

deploy

yarn hardhat run utils/deploy-contracts.ts --network

format

prettier --write ./**/*.ts

verify

yarn hardhat verify --network

adapter

typechain --target ethers-v5 --out-dir gen/typechain "./artifacts/contracts/**/*[^dbg].json"

compile

hardhat --max-memory 4096 compile

lint:ts

eslint -c .eslintrc.js "./**/*.ts"

release

yarn publish src

coverage

COVERAGE=true NET_ID=1 hardhat coverage

lint:fix

yarn lint:ts:fix && yarn lint:sol:fix

lint:sol

solhint "./contracts/**/*.sol"

benchmark

BENCHMARK=true yarn test

lint:ts:fix

eslint -c .eslintrc.js --fix "./**/*.ts"

lint:sol:fix

solhint "./contracts/**/*.sol" --fix
npm i @0xsequence/[email protected]

Metadata

Downloads