Skip to content

zenguardxyz/registry-manager

 
 

Repository files navigation

Safe protocol

This project is an implementation of Safe protocol specification

Useful commands

Install

yarn

Compile

npx hardhat compile

Test

npx hardhat test

Deploy

  • 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

Verify

SafeProtocolRegistry.sol/TestSafeProtocolRegistryUnrestricted.sol

yarn hardhat verify --network goerli <contract_address> <initial_owner>

SafeProtocolManager.sol

yarn hardhat verify --network goerli <contract_address> <initial_owner> <registry_address>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.3%
  • Solidity 11.6%
  • JavaScript 0.1%