Skip to content

zenguardxyz/registry-manager

This branch is 7 commits ahead of, 36 commits behind 5afe/safe-core-protocol:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

98dfc13 · Mar 19, 2024
Jul 14, 2023
Mar 19, 2024
Jan 2, 2024
Jan 2, 2024
Jul 14, 2023
Jun 30, 2023
Jul 12, 2023
Jun 16, 2023
Jul 11, 2023
Jun 18, 2023
Jun 16, 2023
Jul 14, 2023
Mar 19, 2024
Jan 2, 2024
Oct 10, 2023
Jul 12, 2023
Jul 12, 2023
Oct 10, 2023
Oct 10, 2023

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%