cairo-contracts
cairo-contracts copied to clipboard
Consider interfaces package
We should consider adding a package containing interfaces only. It would simplify dependency graph and in certain scenarios drastically reduce the necessary dependencies.
At the same time, it could make it a bit less straightforward to inspect the codebase and find the interface of interest when it's no longer located in the same module with the implementation.
We should discuss pros and cons and decide if we want to have this package