From df6942dd3c3bfeaa8936eaf722fe314b1a567830 Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Sun, 20 Sep 2020 11:42:27 +0000 Subject: [PATCH] fix broken markdown --- protocols/gun.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/gun.md b/protocols/gun.md index e1fe2ce..c7f2a58 100644 --- a/protocols/gun.md +++ b/protocols/gun.md @@ -70,7 +70,7 @@ GUN is used for p2p chat/social apps, encrypted video conferencing, realtime GPS # Iris -[Iris-lib](https://github.com/irislib/iris-lib) is a library built on Gun that allows the integration of decentralized social networking features into applications. An experimental social network application, [Iris](https://github.com/irislib/iris), was built to demonstrate its features: public messaging, [private chats](<(https://iris.to/), web of trust, and contact management. Iris-lib uses [Gun](../proocols/gun.md) for networking and data storage. The team is funded by Gun, and also accepts donations. +[Iris-lib](https://github.com/irislib/iris-lib) is a library built on Gun that allows the integration of decentralized social networking features into applications. An experimental social network application, [Iris](https://github.com/irislib/iris), was built to demonstrate its features: public messaging, [private chats](https://iris.to/), web of trust, and contact management. Iris-lib uses [Gun](../proocols/gun.md) for networking and data storage. The team is funded by Gun, and also accepts donations. Iris uses WoT (Web-of-Trust) attestations to link human readable names to key-pair and other identity attributes. Users only see messages in their WoT, from users who have been upvoted by someone in a chain from someone they upvoted. Downvotes are also possible. [Reputation](https://medium.com/@mmalmi/learning-to-trust-strangers-167b652a654f) is not represented by a static score, but by how a user's personal web of trust regards them. A percentage threshold of confidence in a person's identity is calculated by the number of attestations relative to the size of the network.