From 0236e2c1eaafcd419358040da01953c5d2d6059e Mon Sep 17 00:00:00 2001 From: Fernando Sirni Date: Wed, 7 Dec 2022 18:59:02 +0100 Subject: [PATCH 1/7] Frontend tools - Ink! Explorer --- README.md | 61 ++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 47 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e6bcca6..7b2097e 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,51 @@ -# AstarBounties -Astar bounties during hackathons. +# **Ink! Explorer** -Hackathons with Astar -- Tokyo web3 Hackathon -- Polkadot Hackathon Latam -- Cal Hacks 9.0 -- Data Native -- amsterDOT -- NA Hackathon Polkadot +## **Project description** +D -## AmsterDOT -You can view the presentation during AmsterDOT.io here: -https://docs.google.com/presentation/d/1SC7LZPo8XspRkah5l4hk15kA3QToohrXRTQlafP4DEo/edit?usp=sharing +### **Why Polkadot?** -Workshop documentation: -https://github.com/hoonsubin/wasm-workshop-amsterdot2022 +Polkadot is a Substrate-based blockchain that allows the creation of multiple parachains to be connected to the main chain. Substrate is a framework that allows the creation of blockchains using a modular approach. It uses Rust programming language and it is very secure. It is also very fast and scalable. Fees in polkadot are very low and the TPS is very high. + +**Astar** + +The network supports the building of dApps with EVM and WASM smart contracts and offers developers true interoperability, with cross-consensus messaging (XCM). Astar Network focuses on making the best smart contract platform so that dApps developers on Polkadot do not need to pay much attention to infrastructure and can focus more on their dApp. + +### References + + +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. +We added this new feature to the project, which is the ability to deploy WebAssembly smart contracts on any Substrate-based blockchain. + + +## Contact information + +**Telegram:** https://t.me/blockcoderstg + +**Twitter:** https://twitter.com/blockcoders_ + +**website:** https://blockcoders.io/ + +**Github:** https://github.com/blockcoders + +**Email:** hello@blockcoders.io + +## Name of bounty you participated + +WebAssemply dApps - https://github.com/AstarNetwork/AstarBounties/issues/15 + +## Provide a way to access the project for judging and testing by including all links + +**Github - Frontend:** https://github.com/blockcoders/ink-substrate-explorer-frontend + +**Github - Backend:** https://github.com/blockcoders/ink-substrate-explorer-api + +**Link to hosted dApp:** https://ink-explorer.blockcoders.io/en/blocks + +## Must have an open-source license + +MIT + +## A video explaining your submission From 0fab95419adc49fd91a85f244f4e087b9c018acc Mon Sep 17 00:00:00 2001 From: Fernando Sirni Date: Wed, 7 Dec 2022 21:53:01 +0100 Subject: [PATCH 2/7] udpating description --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b2097e..3d173d1 100644 --- a/README.md +++ b/README.md @@ -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?** @@ -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. From 497d0687224b78bc74c2f3f630565aaa805cd92d Mon Sep 17 00:00:00 2001 From: Fernando Sirni <33009762+fersirni@users.noreply.github.com> Date: Fri, 9 Dec 2022 02:22:19 +0100 Subject: [PATCH 3/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d173d1..639b2aa 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,5 @@ WebAssemply dApps - https://github.com/AstarNetwork/AstarBounties/issues/15 MIT ## A video explaining your submission + +https://www.youtube.com/watch?v=baj8m97cKw8&ab_channel=BlockCodersWeb3 From cb7f55c0c593515c50e1864f36e8c74111b2e2a5 Mon Sep 17 00:00:00 2001 From: Fernando Sirni <33009762+fersirni@users.noreply.github.com> Date: Fri, 9 Dec 2022 16:01:20 +0100 Subject: [PATCH 4/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 639b2aa..488c64d 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ WebAssemply dApps - https://github.com/AstarNetwork/AstarBounties/issues/15 ## Provide a way to access the project for judging and testing by including all links +**PR with new feature:** https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/11/files + **Github - Frontend:** https://github.com/blockcoders/ink-substrate-explorer-frontend **Github - Backend:** https://github.com/blockcoders/ink-substrate-explorer-api From 4d52073591ea89db888671908f7f89220654aa2d Mon Sep 17 00:00:00 2001 From: Suguru Seo Date: Mon, 12 Dec 2022 10:22:05 +0900 Subject: [PATCH 5/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6bcca6..0e27283 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Astar bounties during hackathons. Hackathons with Astar -- Tokyo web3 Hackathon -- Polkadot Hackathon Latam +- Tokyo web3 Hackathon +- Polkadot Hackathon Latam - Cal Hacks 9.0 - Data Native - amsterDOT From 20ade51c80603021a9e0a9412b5e263b89b4a11d Mon Sep 17 00:00:00 2001 From: Fernando Sirni <33009762+fersirni@users.noreply.github.com> Date: Thu, 15 Dec 2022 17:29:46 +0100 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 488c64d..b23dff3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## **Project description** -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. +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 Mongo 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. From 8308fb829bf1f8257c0f8f93e2b0826d9efdf534 Mon Sep 17 00:00:00 2001 From: Fernando Sirni <33009762+fersirni@users.noreply.github.com> Date: Thu, 15 Dec 2022 17:30:01 +0100 Subject: [PATCH 7/7] Create README.md