neesonqk / hela_api_server

API Server to access the Oasis Blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oasis API Server

version Go Report Card LoC

design

The Oasis API Server is a wrap-around of the Oasis Protocol Golang API. This makes it easier to use the protocol's API with any programming language in order to query data from the Oasis nodes. This server is also able to query data from the Oasis nodes' exposed Prometheus endpoint.

The API Server was specifically built as a way for PANIC to be able to retrieve data from the Oasis nodes that it will be monitoring. Apart from retrieving data from the protocol's API, this server can retrieve data from the exposed Prometheus endpoint.

If you would like any endpoint specified in the Oasis docs to be implemented, kindly open an issue and we will consider adding it in a future release. You might also want to have a look at our contribution guidelines, especially if you want to try adding it yourself.

Design and Features

If you want to dive into the design and feature set of the API Server click here.

Ready, Set, Query!

If you are ready to try out the API Server on your Oasis nodes, setup and run the API Server using this guide.

About

API Server to access the Oasis Blockchain

License:Apache License 2.0


Languages

Language:Go 95.0%Language:Python 4.9%Language:Dockerfile 0.1%Language:Shell 0.0%