Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astralprotocol/location-proof-protocol
A repository to develop standards and tools for verifiable location proofs.
https://github.com/astralprotocol/location-proof-protocol
decentralized-web geospatial location-proof protocol web3 zero-knowledge
Last synced: 14 days ago
JSON representation
A repository to develop standards and tools for verifiable location proofs.
- Host: GitHub
- URL: https://github.com/astralprotocol/location-proof-protocol
- Owner: AstralProtocol
- Created: 2023-11-14T17:16:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T09:19:48.000Z (7 months ago)
- Last Synced: 2024-11-24T19:38:55.044Z (about 2 months ago)
- Topics: decentralized-web, geospatial, location-proof, protocol, web3, zero-knowledge
- Homepage:
- Size: 103 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📍 Location Proofs
Many location-based applications require users to provide their position as an input. Ride-sharing, delivery services, mapping / navigation apps, even video streaming services all need to know where a user is.
Astral's Location Proof Protocol serve to create a standardized format for users to attest to their position within some spatial reference system.
The standard will include a framework for building "recipes" that allow for many different types of location proofs to be added. Our goal is to create a flexible standard where users are subjected to the appropriate degree of rigor, based on the use case — a mobile gaming app might require much lower security than a supply chain tracking platform. We foresee location proof recipes that use social, hardware, and perhaps even economic means for increasing the probability that a location proof is true.
Of course, where someone exists can be a very private piece of information. We are collaborating with [zkMaps](https://github.com/zkMaps/zkMaps) to develop zero-knowledge location claims, and making sure these privacy-preserving location proofs are compatible with our Location Proof Protocol.
Location proofs are designed to be natively compatible with Astral's [spatial registries](https://github.com/AstralProtocol/verifiable-spatial-data-registries).
More soon ...