https://github.com/astralprotocol/verifiable-spatial-data-registries
A repository to develop a standard smart contract for spatial data registries
https://github.com/astralprotocol/verifiable-spatial-data-registries
Last synced: 3 months ago
JSON representation
A repository to develop a standard smart contract for spatial data registries
- Host: GitHub
- URL: https://github.com/astralprotocol/verifiable-spatial-data-registries
- Owner: AstralProtocol
- Created: 2023-11-14T17:06:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T17:30:57.000Z (over 1 year ago)
- Last Synced: 2025-02-10T19:03:41.904Z (4 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🗺 Astral Verifiable Spatial Data Registries
Location-based applications often require some kind of publicly-accessible geodatabase. This could be a list of points, lines, polygons, or other spatial data objects — think project areas, points of interest, virtual land parcels, road segments and so on.
In this repository, we will develop a smart contract standard for representing spatial features, and making them available to decentralized applications. For some use cases, these contracts will import [Spatial.sol](https://github.com/AstralProtocol/spatial-sol), a Solidity library of topological and geometric functions we are also developing. This library, coupled with verifiable spatial data registries and [verifiable location claims](https://github.com/AstralProtocol/verifiable-location-credentials), will enable on-chain geospatial computation and open up a new category of applications on the decentralized web.
Exact project outputs are being developed. Read more about our thinking behind verifiable spatial data registries in our [docs](https://docs.astral.global/spatial-data-registry). If you'd like to contribute, reach out to us on Twitter [@astralprotocol](https://twitter.com/astralprotocol).