Metadata-Version: 2.1
Name: ruleslabs-periphery
Version: 0.1.1.dev0
Summary: Periphery smart contracts used by rules.
Home-page: https://github.com/ruleslabs/periphery
Author: 0xChqrles
Author-email: charles@rules.art
License: MIT
Platform: any
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: testing

# Rules periphery contracts

The Account and Proxy contracts used by rules

## Local development

### Compile contracts

```bash
nile compile --account_contract contracts/account/Account.cairo
nile compile contracts/proxy/Proxy.cairo
```

### Run tests

```bash
pytest tests/account.py
```

## Credits

The account contract is inspired by [argentlabs/argent-contracts-starknet](https://github.com/argentlabs/argent-contracts-starknet)
