Cryptonomic / Conseil

Query API and indexer for Tezos and other decentralized platforms.
Apache License 2.0
89 stars 22 forks source link

Conseil should expose a route listing all available blockchain protocols #77

Closed vishakh closed 5 years ago

vishakh commented 6 years ago

The Conseil REST API should expose a route called '/info' which returns metadata about the running Conseil instance. As a start, it should return all blockchains and platform supported by the given Conseil instance. This route can be used by client applications, e.g. Arronax, to deduce all available platforms.

This is a rough example of a return value of the route:

{
    "platforms": [

    {
    "platform": "tezos",
    "network": "zeronet"
    }

    ]
}
anonymoussprocket commented 5 years ago

Superseded by #215