@0xsequence/wallet-contracts

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

lint

yarn lint:ts && yarn lint:sol

test

hardhat test

build

yarn compile && yarn adapter

clean

rimraf artifacts && rimraf cache

deploy

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

format

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

verify

hardhat verify --network

adapter

rimraf gen && 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'

postinstall

yarn build

lint:sol:fix

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

Metadata

Downloads