From 529fd8a1ef931860250af1cb64e207f50023e84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Fri, 24 Feb 2023 10:59:37 -0300 Subject: [PATCH] Add ink! as a user of `subxt` (#837) * Add ink! as a user of `subxt` * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ad8cfa64c..26c48a912d 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 `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**