README updated

This commit is contained in:
moneroexamples 2016-11-23 14:29:03 +08:00
parent 438c0627fa
commit 7554cb4adc
1 changed files with 10 additions and 5 deletions

View File

@ -18,7 +18,8 @@ an Onion Monero Blockchain Explorer. The example not only shows how to use Moner
- [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
- [date](https://github.com/HowardHinnant/date) - C++ date and time library
- [fmt](https://github.com/fmtlib/fmt) - Small, safe and fast string formatting library
## Address
@ -33,8 +34,8 @@ Tor users (testnet Monero network):
Non tor users, can use its clearnet version (thanks to [Gingeropolous](https://github.com/Gingeropolous)):
- [http://explore.MoneroWorld.com](http://explore.moneroworld.com)
## Onion Monero Blockchain Explorer features
The key features of the Onion Monero Blockchain Explorer are
@ -45,7 +46,8 @@ The key features of the Onion Monero Blockchain Explorer are
- made fully in C++,
- the only explorer showing encrypted payments ID,
- the only explorer with the ability to search by encrypted payments ID, tx public
and private keys, stealth addresses, input key images,
and private keys, stealth addresses, input key images, block timestamps
(UTC time, e.g., 2016-11-23 14:03:05)
- the only explorer showing ring signatures,
- the only explorer showing transaction extra field,
- the only explorer showing public components of Monero addresses,
@ -230,8 +232,11 @@ git clone https://github.com/moneroexamples/onion-monero-blockchain-explorer.git
# enter the downloaded sourced code folder
cd onion-monero-blockchain-explorer
# make a build folder and enter it
mkdir build && cd build
# create the makefile
cmake .
cmake ..
# compile
make