This project is an implementation of Safe protocol specification
yarn
npx hardhat compile
npx hardhat test
- Deploy test contracts network to goerli.
yarn hardhat deploy --network goerli --tags test-protocol --export-all deployments.ts
- Deploy contracts with SafeProtocolRegistry registry network to goerli.
yarn hardhat deploy --network goerli --tags protocol --export-all deployments.ts
yarn hardhat verify --network goerli <contract_address> <initial_owner>
yarn hardhat verify --network goerli <contract_address> <initial_owner> <registry_address>