https://github.com/coboglobal/cobosafe
Cobo Safe is an on-chain access-control framework for smart contract wallets.
https://github.com/coboglobal/cobosafe
access-control cobosafe safe smart-contract solidity
Last synced: 8 months ago
JSON representation
Cobo Safe is an on-chain access-control framework for smart contract wallets.
- Host: GitHub
- URL: https://github.com/coboglobal/cobosafe
- Owner: CoboGlobal
- License: lgpl-3.0
- Created: 2023-06-25T07:29:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T09:30:39.000Z (over 1 year ago)
- Last Synced: 2025-04-08T14:45:02.746Z (about 1 year ago)
- Topics: access-control, cobosafe, safe, smart-contract, solidity
- Language: Solidity
- Homepage: https://developers.cobo.com/smart-contract-custody/cobosafe
- Size: 1010 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cobo Safe Contracts
Cobo Safe is an on-chain access-control framework for smart contract wallets.
# Installation and Testing
```sh
# Clone the repo
git clone https://github.com/coboglobal/cobosafe
# Install python requirements.
cd cobosafe
pip install -r ./requirements.txt
# Import the network configuration.
brownie networks import ./network-config.yaml True
# Run the test
brownie test
# Run forge test
git submodule init
# Or you can install lib with forge
# forge install OpenZeppelin/openzeppelin-contracts@v4.8.0
# forge remappings > remappings.txt
forge test
```
# Documentations
Read the documents [here](./docs/README.md).
Head to learn more about Cobo Safe and Cobo Argus at [Cobo Developer Hub](https://www.cobo.com/developers).
# License
All smart contracts are released under [LGPL-3.0](./LICENSE).
# Discussion
For any concerns with the protocol, open an issue or visit us on Discord to discuss.
For security concerns, please email argussupport@cobo.com