From 1d3ade509caf537bfb7209b943723a61598c35a1 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Mon, 9 May 2016 01:40:16 +0000 Subject: [PATCH] Readme updated --- README.md | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 926d188..5f183eb 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,22 @@ # Onion Monero Blockchain Explorer -Curent Monero blockchain explorer websites exist in the clearnet. Although useful, -their limitations are that they use JavaScript, have images -([might be used for coockless tracking](http://lucb1e.com/rp/cookielesscookies/)), -track users activates through google analytics, are not open sourced, and are not - available as hidden services. These things are of importance - for privacy-oriented users. +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: - In this example, these limitations are addressed by development of - 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: + - they use JavaScript, + - have images which might be used for [coockless tracking](http://lucb1e.com/rp/cookielesscookies/)), + - track users activates through google analytics, + - are closed sourced, + - are not available as hidden services, and + - have very only basic search capapilites. - - [crow](https://github.com/ipkn/crow) - C++ micro web framework - - [lmdb++](https://github.com/bendiken/lmdbxx) - C++ wrapper for the LMDB - - [mstch](https://github.com/no1msd/mstch) - C++ {{mustache}} templates - - [rapidjson](https://github.com/miloyip/rapidjson) - C++ JSON parser/generator + +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 + - [lmdb++](https://github.com/bendiken/lmdbxx) - C++ wrapper for the LMDB + - [mstch](https://github.com/no1msd/mstch) - C++ {{mustache}} templates + - [rapidjson](https://github.com/miloyip/rapidjson) - C++ JSON parser/generator ## Onion Monero Blockchain Explorer features @@ -28,7 +29,6 @@ track users activates through google analytics, are not open sourced, and are no keys, outputs public keys, input key images - the only explorer showing ring signatures - ## Prerequisite Everything here was done and tested using Monero 0.9.4 on @@ -185,7 +185,3 @@ Some Monero are also welcome: ``` 48daf1rG3hE1Txapcsxh6WXNe9MLNKtu7W7tKTivtSoVLHErYzvdcpea2nSTgGkz66RFP4GKVAsTV14v6G3oddBTHfxP6tU ``` - - - -