EVM primitive, protocol and app layer that exposes top-down management mechanisms for on-chain organizations. Badger is the key to the existing gates and locks within Web3.
This PR introduces the functionality to call setArchived(bool) as the owner of an Organization. When this happens, the Organization will no longer appear on the frontend for any member or manager.
--> This PR only introduces the contract functionality and tests.
This PR introduces the functionality to call
setArchived(bool)
as the owner of an Organization. When this happens, the Organization will no longer appear on the frontend for any member or manager.--> This PR only introduces the contract functionality and tests.