Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 572 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 572 Bytes

SwayMultisig

This repo contains a simple mulitsig wallet smart contract written in Sway, that builds on top of the Wallet Smart Contract example in the Sway docs.

It's comprised of:

  • multisig_lib which contains the ABI for the contract.
  • multisig_contract which implements the multisig_lib ABI methods.