Add links to projects using subxt (#376)

* Add links to projects using subxt.

* Add phala-pherry to list

Co-authored-by: h4x3rotab <h4x3rotab@gmail.com>

Co-authored-by: James Wilson <james@jsdw.me>
Co-authored-by: h4x3rotab <h4x3rotab@gmail.com>
This commit is contained in:
Andrew Jones
2022-01-04 14:28:03 +00:00
committed by GitHub
parent 7aac7dfecf
commit 3fb4c7089a
+8
View File
@@ -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.