Skip to content

Hover-Labs/multisig-timelock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.