From d039a7b12e4b12989b6e5399c63ce32c5e3eef71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Fri, 24 Feb 2023 10:25:27 +0100 Subject: [PATCH 1/2] Add ink! as a user of `subxt` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ad8cfa64c..b1598a8228 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Please add your project to this list via a PR. - [tidext](https://github.com/tidelabs/tidext) Tidechain client with Stronghold signer. - [staking-miner-v2](https://github.com/paritytech/staking-miner-v2) Submit NPos election solutions and get rewards. - [polkadot-introspector](https://github.com/paritytech/polkadot-introspector) Tools for monitoring Polkadot nodes. +- [ink!](https://github.com/paritytech/ink) Smart contract language that uses it for [End-to-End testing](https://use.ink/basics/contract-testing#end-to-end-e2e-tests) contracts. **Alternatives** From 21e71a2a5366f3221af625beaaf0341271292804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Fri, 24 Feb 2023 10:26:37 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1598a8228..26c48a912d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Please add your project to this list via a PR. - [tidext](https://github.com/tidelabs/tidext) Tidechain client with Stronghold signer. - [staking-miner-v2](https://github.com/paritytech/staking-miner-v2) Submit NPos election solutions and get rewards. - [polkadot-introspector](https://github.com/paritytech/polkadot-introspector) Tools for monitoring Polkadot nodes. -- [ink!](https://github.com/paritytech/ink) Smart contract language that uses it for [End-to-End testing](https://use.ink/basics/contract-testing#end-to-end-e2e-tests) contracts. +- [ink!](https://github.com/paritytech/ink) Smart contract language that uses `subxt` for allowing developers to conduct [End-to-End testing](https://use.ink/basics/contract-testing#end-to-end-e2e-tests) of their contracts. **Alternatives**