diff --git a/README.md b/README.md index c4e5a6e..a0ba216 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # Polkadot-Registrar-Watcher +❗❗❗ THIS PROJECT IS DECOMMISSIONED AND NO LONGER UPDATED ❗❗❗ + This application is the **Watcher** module of the **Polkadot-Registrar** application. You can find the **Challenger** module here: https://github.com/w3f/polkadot-registrar-challenger Watcher and Challenger modules together compose the **Polkadot-Registrar** application. @@ -162,4 +164,4 @@ export interface WsJudgementResult{ * New **IdentitySet** detected during a pending Judgemet Request ( Watcher ) -> **WsChallengeRequest** sent to the Challenger * Challenger module detects a challenge completed -> **WsChallengeResponse** sent to the Watcher * Challenger can always send a **WsPendingChallengesRequest** to the watcher -> Watcher sends a **WsPendingChallengesResponse** to the Challenger -* New **JudgementUnrequested** or **IdentityCleared** (that one is interesting only during a pendingJudgemet Request, handled) detected by the Watcher -> Watcher sends a **WsChallengeUnrequest** to the Challenger \ No newline at end of file +* New **JudgementUnrequested** or **IdentityCleared** (that one is interesting only during a pendingJudgemet Request, handled) detected by the Watcher -> Watcher sends a **WsChallengeUnrequest** to the Challenger