Author Topic: BitsharesX web based block explorer  (Read 1748 times)

0 Members and 1 Guest are viewing this topic.

Offline wasthatawolf

Has anyone developed a web based block explorer for BitsharesX? 

Specifically, I'm looking for an API that I can use for project development.

Like xeroc said I'm not currently offering an open API, although I might consider doing so if there's enough interest for it. The RPC interface is very easy to use anyway so you might be better off just running one yourself.

Are you looking for some specific info?

The issue with rpc is that the user needs to setup and keep a node updated.

I don't really have any desire to maintain a node.  I'm basically looking for the information you would find in any exchange API but for the internal BitsharesX exchange (current buy and sell orders, last price, trading volume, etc.)  I'd like to put together a site that displays the internal market data real time with data from Bter.

Offline emski

  • Hero Member
  • *****
  • Posts: 1282
    • View Profile
    • http://lnkd.in/nPbhxG
Has anyone developed a web based block explorer for BitsharesX? 

Specifically, I'm looking for an API that I can use for project development.

Like xeroc said I'm not currently offering an open API, although I might consider doing so if there's enough interest for it. The RPC interface is very easy to use anyway so you might be better off just running one yourself.

Are you looking for some specific info?

The issue with rpc is that the user needs to setup and keep a node updated.

Offline svk

Has anyone developed a web based block explorer for BitsharesX? 

Specifically, I'm looking for an API that I can use for project development.

Like xeroc said I'm not currently offering an open API, although I might consider doing so if there's enough interest for it. The RPC interface is very easy to use anyway so you might be better off just running one yourself.

Are you looking for some specific info?
Worker: dev.bitsharesblocks

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
bitsharesblocks.com ... no API there ...

you can run a node and connect to it via RPC .. pretty easy going

Offline wasthatawolf

Has anyone developed a web based block explorer for BitsharesX? 

Specifically, I'm looking for an API that I can use for project development.