StarkNet Modular Contracts (SMC) Standard

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:

nile compile

You can use pytest to runs the tests:

pytest

GitHub

View Github