/multisig-timelock

A multisig and timelock contract and CLI for Tezos

Primary LanguageHTMLMIT LicenseMIT

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.