0.2.1-alpha.0 • Published 2 years ago

@safe-global/safe-core-protocol v0.2.1-alpha.0

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
2 years ago

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 contracts with test registry 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>
0.3.0-alpha.1

2 years ago

0.3.0-alpha.0

2 years ago

0.2.1-alpha.0

2 years ago

0.2.0-alpha.2

2 years ago

0.2.0-alpha.1

2 years ago

0.1.0-alpha.4

2 years ago

0.1.0-alpha.3

2 years ago

0.1.0-alpha.2

2 years ago

0.1.0-alpha.1

2 years ago

0.1.0-alpha.0

2 years ago