0.2.1-alpha.0 • Published 8 months ago

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

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
8 months 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

8 months ago

0.3.0-alpha.0

8 months ago

0.2.1-alpha.0

8 months ago

0.2.0-alpha.2

9 months ago

0.2.0-alpha.1

9 months ago

0.1.0-alpha.4

10 months ago

0.1.0-alpha.3

10 months ago

0.1.0-alpha.2

10 months ago

0.1.0-alpha.1

10 months ago

0.1.0-alpha.0

10 months ago