An open API service indexing awesome lists of open source software.

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.

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