OpenZeppelin / cairo-contracts

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
https://docs.openzeppelin.com/contracts-cairo
MIT License
813 stars 329 forks source link

feat: Add basic Multisig Account #924

Open TAdev0 opened 7 months ago

TAdev0 commented 7 months ago

Fixes #21

PR Checklist

TAdev0 commented 7 months ago

@martriay this is a first draft, only spent 2 hours on it.

Basically, i modified :

It is just a draft so you can tell me if the way i implemented it is relevant or not. Not that i added a threshold variable in storage, but did not implement for now a way to set it and modify it.

martriay commented 7 months ago

Thanks! Will look into it after we finish the current release.