New block explorer!

Started by lza_menace, Jul 04, 2020, 09:18 AM

Previous topic - Next topic

lza_menace

I'm trying to learn Rust and spent some time refactoring an old Monero project I was working on and transforming it to Wownero. It's just a simple little stateless web app that consumes the JSON RPC interface of a Wownero daemon; you can search and pull info from transactions, blocks, and generate QR codes for addresses.

I've currently got it hosted here if you want to see it: https://wownero.xmrauctions.com/

The source code is available here: https://git.wownero.com/lza_menace/wownero-explorer

Try it out and tell me what you think!

asymptotically


dsc

Looks really nice, naisuu

lza_menace

I've updated the URL to https://wownero.club/ - will setup a redirect on that old DNS name for a while.

asymptotically

@lza_menace Things like the version and number of connections, you can now make 2 RPC ports in Wownerod. One for the world to use with restricted mode enabled, and another without restricted mode to scrape all of those joocy stats. See `--rpc-bind-port` and `--rpc-restricted-bind-port` in the --help.

lza_menace

no kidding, that's what I needed - ty!

lza_menace

All the above is dead - the latest block explorer is the C++ onion explorer modified for WOW:

https://explorer.suchwow.xyz