|
|
|
@ -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
|
|
|
|
|
|
|
|
|
@ -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
|
|
|
|
|