You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2025. It is now read-only.
claim module is aimed to be imported by other projects.
It may make sense to move the module to its own repo with its own docs to emphasize its independency.
Solutions:
Keep under spn
Drawback: doesn't emphasize module independency
Minimal repository:
Only the module repository with proto definition with no environment (no app, no simulation tests)
Drawback: no simulation tests integrated
Chain with module imported
Regular chain with app dir, simulation test, etc...
Drawback: may need to reimplement testutils etc...
Repository for all independent modules we may have
Repo named like modules that integrates modules aimed to be imported by other projects as well