From 472accdd0688a59af4f79c6d9d1586643438d335 Mon Sep 17 00:00:00 2001 From: Simply VC Date: Thu, 14 May 2020 10:39:05 +0200 Subject: [PATCH] Updated README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ff831c..be9847e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Oasis API Server +[![version](https://img.shields.io/github/tag/SimplyVC/oasis_api_server.svg)](https://github.com/SimplyVC/oasis_api_server/releases/latest) +[![Go Report Card](https://goreportcard.com/badge/github.com/SimplyVC/oasis_api_server)](https://goreportcard.com/report/github.com/SimplyVC/oasis_api_server) +[![LoC](https://tokei.rs/b1/github/SimplyVC/oasis_api_server)](https://github.com/SimplyVC/oasis_api_server) + design The Oasis API Server is a wrap-around of the [Oasis Protocol Golang API](https://github.com/oasislabs/oasis-core). 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. @@ -14,4 +18,4 @@ If you want to dive into the design and feature set of the API Server [click her ## 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](docs/INSTALL_AND_RUN.md) guide. \ No newline at end of file +If you are ready to try out the API Server on your Oasis nodes, setup and run the API Server using [this](docs/INSTALL_AND_RUN.md) guide.