From acc1e3a131616b0274bad3b569fa860dcb21a559 Mon Sep 17 00:00:00 2001 From: Daniil Suchkov <31596992+kyosheek@users.noreply.github.com> Date: Sat, 6 May 2023 03:07:03 +0600 Subject: [PATCH 1/2] add 3xpl.com and blockchair.com to Products and Services section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 41e58dd..fbf741b 100644 --- a/README.md +++ b/README.md @@ -166,8 +166,10 @@ maintained by [Parity Technologies](https://www.parity.io/). Source code availab - [`sup`](https://github.com/clearloop/sup) - Command line tool for generating or upgrading a Substrate node. - [`scale-value`](https://github.com/paritytech/scale-value) - Analogous to `serde_json` but for SCALE; Library to decode arbitrary SCALE encoded bytes into a dynamic `Value` given type info from `scale-info`. - [`scale-decode`](https://github.com/paritytech/scale-decode) - Decode SCALE bytes into arbitrary custom types by implementing a visitor trait. +- [3xpl.com](https://3xpl.com/polkadot) — Fastest ad-free universal block explorer and JSON API with Polkadot support by [@3xplcom](https://github.com/3xplcom). - [Aleph.im](https://aleph.im) - Scalable, decentralized database, file storage, and computation services for Substrate chains and more. - [Archive](https://github.com/paritytech/substrate-archive) - Indexing engine for Substrate chains. +- [Blockchair.com](https://blockchair.com/bitcoin) - Universal blockchain explorer and search engine with Polkadot support by [@Blockchair](https://github.com/Blockchair). - [Dev Hub Utils](https://github.com/danforbes/substrate-devhub-utils) - _Unofficial_ utilities for working with official Substrate Developer Hub resources. - [Europa](https://github.com/patractlabs/europa) - A sandbox for the Substrate runtime execution environment. - [Fork Off Substrate](https://github.com/maxsam4/fork-off-substrate) - Script to help bootstrap a new chain with the state of a running chain. From 710513da502259b2d32a76b0d256619912426723 Mon Sep 17 00:00:00 2001 From: Daniil Suchkov <31596992+kyosheek@users.noreply.github.com> Date: Sat, 6 May 2023 17:40:14 +0600 Subject: [PATCH 2/2] change link to blockchair website to polkadot explorer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbf741b..796d876 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ maintained by [Parity Technologies](https://www.parity.io/). Source code availab - [3xpl.com](https://3xpl.com/polkadot) — Fastest ad-free universal block explorer and JSON API with Polkadot support by [@3xplcom](https://github.com/3xplcom). - [Aleph.im](https://aleph.im) - Scalable, decentralized database, file storage, and computation services for Substrate chains and more. - [Archive](https://github.com/paritytech/substrate-archive) - Indexing engine for Substrate chains. -- [Blockchair.com](https://blockchair.com/bitcoin) - Universal blockchain explorer and search engine with Polkadot support by [@Blockchair](https://github.com/Blockchair). +- [Blockchair.com](https://blockchair.com/polkadot) - Universal blockchain explorer and search engine with Polkadot support by [@Blockchair](https://github.com/Blockchair). - [Dev Hub Utils](https://github.com/danforbes/substrate-devhub-utils) - _Unofficial_ utilities for working with official Substrate Developer Hub resources. - [Europa](https://github.com/patractlabs/europa) - A sandbox for the Substrate runtime execution environment. - [Fork Off Substrate](https://github.com/maxsam4/fork-off-substrate) - Script to help bootstrap a new chain with the state of a running chain.