Curent Monero blockchain explorer websites exist in the clearnet. Although useful,
Curently avaliable Monero blockchain explorer websites exist in the clearnet. Although useful, they have several limitations which or of special importance to priavcy-oriented users:
their limitations are that they use JavaScript, have images
([might be used for coockless tracking](http://lucb1e.com/rp/cookielesscookies/)),
- they use JavaScript,
track users activates through google analytics, are not open sourced, and are not
- have images which might be used for [coockless tracking](http://lucb1e.com/rp/cookielesscookies/)),
available as hidden services. These things are of importance
- track users activates through google analytics,
for privacy-oriented users.
- are closed sourced,
- are not available as hidden services, and
In this example, these limitations are addressed by development of
- have very only basic search capapilites.
an Onion Monero Blockchain Explorer. It is build in C++,
and it not only shows how to use Monero C++ libraries, but also demonstrates how to
use:
In this example, these limitations are addressed by development of
an Onion Monero Blockchain Explorer. The example not only shows how to use Monero C++ libraries, but also demonstrates how to use:
- [crow](https://github.com/ipkn/crow) - C++ micro web framework
- [crow](https://github.com/ipkn/crow) - C++ micro web framework
- [lmdb++](https://github.com/bendiken/lmdbxx) - C++ wrapper for the LMDB
- [lmdb++](https://github.com/bendiken/lmdbxx) - C++ wrapper for the LMDB
@ -28,7 +29,6 @@ track users activates through google analytics, are not open sourced, and are no
keys, outputs public keys, input key images
keys, outputs public keys, input key images
- the only explorer showing ring signatures
- the only explorer showing ring signatures
## Prerequisite
## Prerequisite
Everything here was done and tested using Monero 0.9.4 on
Everything here was done and tested using Monero 0.9.4 on