A proposal for modular, upgradeable StarkNet contracts

This repository presents a way to build and deploy modular StarkNet contracts.
It is heavily inspired by the Diamond Standard, but uses a different naming convention to avoid confusion.
Running
You can use nile to compile the smart contracts:
You can use pytest to runs the tests:
GitHub