Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Nov 17, 2022
1 parent 7cf2fdd commit 35a659e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.1
Published by **[blockcoders](https://github.com/blockcoders)** on **2022/11/17**
- [#6](https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/6) Fix dependencies
- [#5](https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/5) linter

## 1.0.0
Published by **[blockcoders](https://github.com/blockcoders)** on **2022/11/09**
- [#4](https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/4) updating docs
Expand Down
4 changes: 4 additions & 0 deletions README-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Ink! Explorer Frontend
[![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)

## Demo

[ink-explorer.blockcoders.io](https://ink-explorer.blockcoders.io/contracts)

## **About the explorer**

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.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Ink! Explorer Frontend
[![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)

## Demo

[ink-explorer.blockcoders.io](https://ink-explorer.blockcoders.io/contracts)

## **About the explorer**

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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ink-substrate-explorer-frontend",
"version": "1.0.0",
"version": "1.0.1",
"description": "Ink Explorer is an application that provides Ink contracts related information on Substrate based blockchains.",
"author": "Blockcoders <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 35a659e

Please sign in to comment.