{"id":13767757,"url":"https://github.com/sambarnes/cairo-multisig","last_synced_at":"2026-01-12T13:53:06.195Z","repository":{"id":53175143,"uuid":"461579030","full_name":"sambarnes/cairo-multisig","owner":"sambarnes","description":"A simple multisig implementation for StarkNet","archived":false,"fork":false,"pushed_at":"2022-05-28T15:05:22.000Z","size":10,"stargazers_count":42,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-17T03:30:39.270Z","etag":null,"topics":["cairo","cairo-lang","multisig","multisignature","starknet"],"latest_commit_sha":null,"homepage":"","language":"Cairo","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sambarnes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-20T18:31:32.000Z","updated_at":"2023-11-18T11:39:07.000Z","dependencies_parsed_at":"2022-09-14T09:42:23.879Z","dependency_job_id":null,"html_url":"https://github.com/sambarnes/cairo-multisig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambarnes%2Fcairo-multisig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambarnes%2Fcairo-multisig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambarnes%2Fcairo-multisig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambarnes%2Fcairo-multisig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sambarnes","download_url":"https://codeload.github.com/sambarnes/cairo-multisig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253497296,"owners_count":21917683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cairo","cairo-lang","multisig","multisignature","starknet"],"created_at":"2024-08-03T16:01:11.861Z","updated_at":"2026-01-12T13:53:06.041Z","avatar_url":"https://github.com/sambarnes.png","language":"Cairo","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# 👥 cairo-multisig\n\nA multisig contract written in Cairo, following [a reference implementation](https://solidity-by-example.org/app/multi-sig-wallet/) from solidity-by-example.\n\n\u003e ⚠️ WARNING: This is not intended for production use. The code has barely been tested, let alone audited.\n\nIt is built under the assumption that all owners will have their own [OpenZeppelin Account](https://github.com/OpenZeppelin/cairo-contracts/blob/main/docs/Account.md) or similar.\n\nAvailable actions:\n* `submit_transaction` -- submit a new transaction for approval\n* `confirm_transaction` -- confirm/approve a transaction for one owner\n* `revoke_confirmation` -- undo a previous approval for one owner\n* `execute_transaction` -- execute the submitted transaction once minimum confirmations reached\n\n## Development\n\n```\npython3.7 -m venv venv\nsource venv/bin/activate\npython -m pip install cairo-nile\nnile install\n```\n\nNeeds way more tests, but super basic coverage can be run using the following:\n\n```\n(venv) ~/dev/eth/starknet/cairo-multisig$ make test\npytest tests/\n================================= test session starts =================================\nplatform darwin -- Python 3.9.8, pytest-7.0.1, pluggy-1.0.0\nrootdir: /Users/sam/dev/eth/starknet/cairo-multisig\nplugins: web3-5.28.0, typeguard-2.13.3, asyncio-0.18.1\nasyncio: mode=legacy\ncollected 4 items\n\ntests/test_contract.py ....                                                     [100%]\n\n=========================== 4 passed, 3 warnings in 56.27s ============================\n```\n\n## Potential next steps\n\n* More tests\n* Allow for transferring partial/full ownership\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambarnes%2Fcairo-multisig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsambarnes%2Fcairo-multisig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambarnes%2Fcairo-multisig/lists"}