From 3fb4c7089a65b908d11b8493a40428df72b87062 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Tue, 4 Jan 2022 14:28:03 +0000 Subject: [PATCH] Add links to projects using subxt (#376) * Add links to projects using subxt. * Add phala-pherry to list Co-authored-by: h4x3rotab Co-authored-by: James Wilson Co-authored-by: h4x3rotab --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5d681c8c37..976d8b848c 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,14 @@ This can be installed from source via cargo: cargo install --git https://github.com/paritytech/substrate node-cli --tag=polkadot-v0.9.10 --force ``` +## Real world usage + +Please add your project to this list via a PR. + +- [cargo-contract](https://github.com/paritytech/cargo-contract/pull/79) CLI for interacting with Wasm smart contracts. +- [xcm-cli](https://github.com/ascjones/xcm-cli) CLI for submitting XCM messages. +- [phala-pherry](https://github.com/Phala-Network/phala-blockchain/tree/master/standalone/pherry) The relayer between Phala blockchain and the off-chain Secure workers. + **Alternatives** [substrate-api-client](https://github.com/scs/substrate-api-client) provides similar functionality.