[Mercator] New release, enables light wallet implementations

I’m proud to announce a new test release of Mercator.

This one includes Atlas, a block explorer that allows querying by address, both standard addresses and P2SH addresses. Atlas currently indexes the entire testnet chain in <50MB database, with room for improvements.

These features are needed to implement light wallets like PeerKeeper.

Please help testing by validating the balances of your testnet addresses here:
http://137.74.40.81:4000/atlas

The PeerAsset explorer is still here: http://137.74.40.81:4000/

And for the developers, you can test out the API:
http://137.74.40.81:4000/api/unstable/address/unspent/miHhMLaMWubq4Wx6SdTEqZcUHEGp8RKMZt
http://137.74.40.81:4000/api/unstable/address/balance/miHhMLaMWubq4Wx6SdTEqZcUHEGp8RKMZt

Please consider donating if you like this project and want it to succeed:
PMERCAoRC3niFtqr4Mzw1skUi5nvVMhJic

8 Likes

Looks good and runs smoothly on Firefox.

The UI is very basic, as it is not really intended to be a human browsable explorer.
Currently the UI is mainly to allow people to help testing the results.