Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend tools - Ink! Explorer #2

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
udpating description
  • Loading branch information
fersirni committed Dec 7, 2022
commit 0fab95419adc49fd91a85f244f4e087b9c018acc
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## **Project description**

D
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.

The idea of this project is to have fast way to start a node that can be used as an explorer getting live and old data for specific contracts or addresses.

This project serves useful information that is not available anywhere else. Since the back end is in charge of obtaining information related to the balances, transactions and more, of the contracts that use Ink modules. Ink Explorer uses polkadot.js to communicate with the Substrate / Polkadot networks. It is safe to say that this project is a must.

Blockcoders is a team that is always contributing to blockchain projects to help the growth of the ecosystem.

The new feature added to this project is a way to deploy WebAssembly smart contracts on any Substrate-based blockchain. This feature is very useful for developers who want to deploy their smart contracts on any Substrate-based blockchain. This feature is very useful for developers who want to deploy their smart contracts on any Substrate-based blockchain.

### **Why Polkadot?**

Expand All @@ -14,6 +22,7 @@ The network supports the building of dApps with EVM and WASM smart contracts and

### References

https://github.com/w3f/Grants-Program/blob/master/applications/ink-explorer.md

This project was originally supported by the Web3 Foundation and the Polkadot team. The project was developed by the BlockCoders team.
As we continue to develop the project, we will continue to support the Astar Network.
Expand Down