Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT(SpatialRegistry.sol): Add spatial registry #50

Merged
merged 10 commits into from
Apr 12, 2024
Merged

Conversation

ronerlih
Copy link
Contributor

Added the new Spatial registry contract

The flow consists of three contracts,

  • RegistryFactory.sol: Generates a spatialRegistry to be used by a data-provider (organization)
  • SpatialRegistry.sol: Spatial registry the holds spatial assets.
  • Coordinates.sol: Provisional contract, created by the registry, that stores all coordinates belonging to a registry.

Checklist before requesting a review

  • I have performed a self-review of my code
  • If it is a core feature, I have added thorough tests. [Not at this point]
  • Do we need to implement analytics? [Not at this point]
  • Will this be part of a product update? If yes, please write one phrase about this update. [Not at this point]

Closes #36

@ronerlih ronerlih merged commit 7bd4c35 into main Apr 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Registry contract
1 participant