Skip to content

Commit

Permalink
badges
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Nov 9, 2022
1 parent a49acb6 commit b94cbed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
13 changes: 9 additions & 4 deletions README-es.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Ink! Explorer
Ink! Explorer Frontend
======================

[![App Build](https://github.com/blockcoders/ink-substrate-explorer-frontend/actions/workflows/pr.yaml/badge.svg)](https://github.com/blockcoders/ink-substrate-explorer-frontend/actions/workflows/pr.yaml)
[![Coverage Status](https://coveralls.io/repos/github/blockcoders/ink-substrate-explorer-api/badge.svg?branch=main)](https://coveralls.io/github/blockcoders/ink-substrate-explorer-frontend?branch=main)
[![Known Vulnerabilities](https://snyk.io/test/github/blockcoders/ink-substrate-explorer-frontend/badge.svg)](https://snyk.io/test/github/blockcoders/ink-substrate-explorer-frontend)
[![App Build](https://img.shields.io/github/workflow/status/blockcoders/ink-substrate-explorer-frontend/Pulll%20Request%20App%20Build/main?logo=github)](https://github.com/blockcoders/ink-substrate-explorer-frontend/actions/workflows/pr.yaml)
[![Coverage Status](https://coveralls.io/repos/github/blockcoders/ink-substrate-explorer-frontend/badge.svg?branch=main)](https://coveralls.io/github/blockcoders/ink-substrate-explorer-frontend?branch=main)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ddc46036fbbb4c0dba055def4dc21cf8)](https://www.codacy.com/gh/blockcoders/ink-substrate-explorer-frontend/dashboard?utm_source=github.com&utm_medium=referral&utm_content=blockcoders/ink-substrate-explorer-frontend&utm_campaign=Badge_Grade)
[![Docker Image Version](https://img.shields.io/docker/v/blockcoders/ink-substrate-explorer-frontend?logo=docker&logoColor=white)](https://hub.docker.com/repository/docker/blockcoders/ink-substrate-explorer-frontend/general)
[![Docker Image Size](https://img.shields.io/docker/image-size/blockcoders/ink-substrate-explorer-frontend?logo=docker&logoColor=white)](https://hub.docker.com/repository/docker/blockcoders/ink-substrate-explorer-frontend/general)
[![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT)

## **About the explorer**

Expand Down Expand Up @@ -44,6 +48,7 @@ NODE_ENV=development
PORT=8080
LOG_NAME=ink-substrate-explorer-api
LOG_LEVEL=debug
SCHEMA_URL=https://ink-explorer-api.blockcoders.io/graphql
```

#### Configuraciones de GraphQL
Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Ink! Explorer
Ink! Explorer Frontend
======================

[![App Build](https://github.com/blockcoders/ink-substrate-explorer-frontend/actions/workflows/pr.yaml/badge.svg)](https://github.com/blockcoders/ink-substrate-explorer-frontend/actions/workflows/pr.yaml)
[![Coverage Status](https://coveralls.io/repos/github/blockcoders/ink-substrate-explorer-api/badge.svg?branch=main)](https://coveralls.io/github/blockcoders/ink-substrate-explorer-frontend?branch=main)
[![Known Vulnerabilities](https://snyk.io/test/github/blockcoders/ink-substrate-explorer-frontend/badge.svg)](https://snyk.io/test/github/blockcoders/ink-substrate-explorer-frontend)
[![App Build](https://img.shields.io/github/workflow/status/blockcoders/ink-substrate-explorer-frontend/Pulll%20Request%20App%20Build/main?logo=github)](https://github.com/blockcoders/ink-substrate-explorer-frontend/actions/workflows/pr.yaml)
[![Coverage Status](https://coveralls.io/repos/github/blockcoders/ink-substrate-explorer-frontend/badge.svg?branch=main)](https://coveralls.io/github/blockcoders/ink-substrate-explorer-frontend?branch=main)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ddc46036fbbb4c0dba055def4dc21cf8)](https://www.codacy.com/gh/blockcoders/ink-substrate-explorer-frontend/dashboard?utm_source=github.com&utm_medium=referral&utm_content=blockcoders/ink-substrate-explorer-frontend&utm_campaign=Badge_Grade)
[![Docker Image Version](https://img.shields.io/docker/v/blockcoders/ink-substrate-explorer-frontend?logo=docker&logoColor=white)](https://hub.docker.com/repository/docker/blockcoders/ink-substrate-explorer-frontend/general)
[![Docker Image Size](https://img.shields.io/docker/image-size/blockcoders/ink-substrate-explorer-frontend?logo=docker&logoColor=white)](https://hub.docker.com/repository/docker/blockcoders/ink-substrate-explorer-frontend/general)
[![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT)

## **About the explorer**

Expand Down Expand Up @@ -44,6 +48,7 @@ NODE_ENV=development
PORT=8080
LOG_NAME=ink-substrate-explorer-frontend
LOG_LEVEL=debug
SCHEMA_URL=https://ink-explorer-api.blockcoders.io/graphql
```

#### GraphQL configurations
Expand Down

0 comments on commit b94cbed

Please sign in to comment.