Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 359 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 359 Bytes

Multisig Timelock

This repository contains a multisig timelock contract for the Tezos network and an associated command line interface.

See each component for more details.

Structure

  • cli/: Command line interface for working with the contract.
  • lib/: NPM library for CLI and integrations.
  • smart_contracts/: Smart contract implementation.