mempool added to search

master
moneroexamples 9 years ago
parent b421c4cfb1
commit 1fbeb57955

@ -18,13 +18,14 @@ track users activates through google analytics, are not open sourced, and are no
- [rapidjson](https://github.com/miloyip/rapidjson) - C++ JSON parser/generator - [rapidjson](https://github.com/miloyip/rapidjson) - C++ JSON parser/generator
## Onion Monero Blockchain Explorer features ## Onion Monero Blockchain Explorer features
- no javascript, no web analytics trackers, no images, i.e., no user tracking - no javascript, no web analytics trackers, no images, i.e., no user tracking
- open source which allows everyone to check its source code, fork it, contribute - open source which allows everyone to check its source code, fork it, contribute
- made fully in C++ allowing for seamless integration with Monero - made fully in C++ allowing for seamless integration with Monero
- does not use RPC calls, except to get mempool data, which improves its performance - does not use RPC calls, except to get mempool data, which improves its performance
and enables to fetch more information from the blockchain

Loading…
Cancel
Save