https://github.com/moneroexamples/onion-monero-prover
Prove that you send Monero to given address
https://github.com/moneroexamples/onion-monero-prover
Last synced: about 1 year ago
JSON representation
Prove that you send Monero to given address
- Host: GitHub
- URL: https://github.com/moneroexamples/onion-monero-prover
- Owner: moneroexamples
- Created: 2016-09-16T07:40:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T07:29:12.000Z (over 9 years ago)
- Last Synced: 2025-02-13T05:41:25.858Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 335 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Onion Monero Prover
Currently, to prove to someone that you send him/her Monero, one can use
this service [checktx](http://xmr.llcoins.net/checktx.html). However,
this has some limitations:
- it uses JavaScript,
- it is not available as hidden services,
- it is dependant on a third party service, i.e., http://moneroblocks.info,
which is closed sourced.
In this example, these limitations are addressed by development of
an Onion Monero Prover. The prover is
- fully open sourced,
- does not depend on any third party services,
- it does not require JavaScript, and
- is available as a hidden service
# The prover's functionality was added to Onion Monero blockchain explorer
https://github.com/moneroexamples/onion-monero-blockchain-explorer
Thus, the prover as a standalone service wont be maintained anymore.