From 99cea97f817ee0a6fee642ff22f867822d9557f6 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Tue, 6 Sep 2022 10:38:45 +0100 Subject: [PATCH] Add Staking Miner and Introspector to usage list (#647) * Add Staking Miner and Introspector to usage list * Update README.md Co-authored-by: Niklas Adolfsson --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ad1cc8e15..0ad8cfa64c 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Please add your project to this list via a PR. - [crunch](https://github.com/turboflakes/crunch) CLI to claim staking rewards in batch every Era or X hours for substrate-based chains. - [interbtc-clients](https://github.com/interlay/interbtc-clients) Client implementations for the interBTC parachain; notably the Vault / Relayer and Oracle. - [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. **Alternatives**