Skip to content

Commit 35a659e

Browse files
committed
Bump to 1.0.1
1 parent 7cf2fdd commit 35a659e

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.1
4+
Published by **[blockcoders](https://github.com/blockcoders)** on **2022/11/17**
5+
- [#6](https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/6) Fix dependencies
6+
- [#5](https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/5) linter
7+
38
## 1.0.0
49
Published by **[blockcoders](https://github.com/blockcoders)** on **2022/11/09**
510
- [#4](https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/4) updating docs

README-es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Ink! Explorer Frontend
88
[![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)
99
[![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT)
1010

11+
## Demo
12+
13+
[ink-explorer.blockcoders.io](https://ink-explorer.blockcoders.io/contracts)
14+
1115
## **About the explorer**
1216

1317
Ink Explorer es una aplicacion que provee informacion relativa a los contratos que utilizan Ink! en blockchains basadas en Substrate. Se suscribe a la blockchain y a los eventos emitidos por los modulos de Ink! y guarda la informacion en su propia base de datos PostgreSQL. El back-end expone una API que puede interactuar con la base de datos y ejecutar consultas rapidas para obtener informacion especifica en poco tiempo.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Ink! Explorer Frontend
88
[![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)
99
[![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT)
1010

11+
## Demo
12+
13+
[ink-explorer.blockcoders.io](https://ink-explorer.blockcoders.io/contracts)
14+
1115
## **About the explorer**
1216

1317
Ink Explorer is an application that provides Ink contracts related information on Substrate based blockchains. It subscribes to blockchain and Ink modules events and store the information on its own PostgreSQL database. The backend exposes an API that can interact with the DB and run fast queries to get specific information in a short time.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ink-substrate-explorer-frontend",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Ink Explorer is an application that provides Ink contracts related information on Substrate based blockchains.",
55
"author": "Blockcoders <engineering@blockcoders.io>",
66
"license": "MIT",

0 commit comments

Comments
 (0)