Modules§
- Module registry is a service that provides the ability to fetch modules from the StarkNet network. It fetch contract class from the StarkNet network and compile it to the casm.
- THIS IS WIP, NOT READY FOR USE Preprocessor is reponsible for identifying the required values. This will be most abstract layer of the preprocessor.
- Processor is reponsible for running the module. This run is sound execution of the module. This will be most abstract layer of the processor.