neb.js icon indicating copy to clipboard operation
neb.js copied to clipboard

Is there a chance we can geo-locate the transaction?

Open Stupidism opened this issue 7 years ago • 4 comments

Or how to make client-side geo-location trustable?

Stupidism avatar Jun 07 '18 13:06 Stupidism

sorry but what's " geo-locate the transaction"?

yupnano avatar Jun 07 '18 15:06 yupnano

get the latitude and longitude info of the user on server-side (contract side)

Stupidism avatar Jun 07 '18 16:06 Stupidism

That is what your application layer care about, not the storage layer. And ,users can fake their location data from some hack methods.

catalsdevelop avatar Jun 09 '18 09:06 catalsdevelop

geolocation has nothing to do with transaction / blockchain, you need get that information yourself, using HTML5 Geolocation API or some other methods. and then you can store that geolocation info into transaction

if you have solve your problem, please close this issue

1c7 avatar Aug 20 '18 05:08 1c7