From cb7179e56e69632f73f8316d29f707f030589697 Mon Sep 17 00:00:00 2001 From: driemworks Date: Wed, 16 Oct 2024 09:36:40 -0500 Subject: [PATCH] feat: update docs --- docs/murmur/README.md | 4 ++- docs/murmur/docs/intro.md | 10 +++--- docs/murmur/docs/learn/protocol.md | 36 +++++++++++++------- docs/murmur/docs/quick_start/_category_.json | 2 +- docs/murmur/docs/quick_start/browser.md | 21 ++++++------ docs/murmur/docs/quick_start/discord.md | 4 +-- docs/murmur/docs/quick_start/local.md | 6 ++-- docs/murmur/docs/quick_start/overview.md | 33 +++++++++++------- 8 files changed, 68 insertions(+), 48 deletions(-) diff --git a/docs/murmur/README.md b/docs/murmur/README.md index 0c6c2c2..8ada79f 100644 --- a/docs/murmur/README.md +++ b/docs/murmur/README.md @@ -1,4 +1,6 @@ -# Website +# Murmur Docs + +This is the official documentation for the murmur protocol. This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. diff --git a/docs/murmur/docs/intro.md b/docs/murmur/docs/intro.md index d987f23..3923790 100644 --- a/docs/murmur/docs/intro.md +++ b/docs/murmur/docs/intro.md @@ -13,7 +13,7 @@ Noun. *a low indistinct but often continuous sound* Murmur is a **keyless crypto wallet protocol** powered by the [Ideal Network](https://docs.idealabs.network) (IDN). Using **timelock encryption** and secure time-based [one-time password](https://www.techtarget.com/searchsecurity/definition/one-time-password-OTP) (OTP) generation, **murmur** allows users to create and execute secure crypto wallets with no mnemonic or secret key. Murmur allows users to access crypto wallets without needing a secret key or mnemonic - it is a truly keyless wallet solution. -Murmur wallets can be accessed seamlessly across web-enabled devices, providing a plug-and-play solution for app developers to easily integrate web3 capabilities into applications and services with no additional infrastructure or overhead. Murmur wallets can be used by installing a standalone wallet client or by using our GDPR-compliant "MMR-as-a-Service" API, which allows you to easily create in-app wallets with seamless cross-browser interoperability. +Murmur wallets can be accessed seamlessly across web-enabled devices, providing a plug-and-play solution for app developers to easily integrate web3 capabilities into applications and services with no additional infrastructure or overhead. Murmur wallets can be used by installing a **standalone wallet client** or by using our GDPR-compliant "MMR-as-a-Service" **HTTP API**, which allows you to easily create in-app wallets with seamless interoperability across browsers and other HTTP clients. ## Why Murmur? @@ -30,7 +30,7 @@ Murmur sidesteps these disadvantages by relying on the Ideal Network's [randomne - **Truly Keyless Wallet**: No mnemonic or key management required. - **No Wallet Provider**: No reliance on a third-party provider for wallet access. - **Infinitely Scalable**: The Murmur protocol is designed to scale without increased computational or financial overhead, limited only by the underlying blockchain. -- **Non-Custodial**: While Murmur offers API-based access for convenience, users maintain full control of their wallets at all times. +- **Non-Custodial**: Users retain complete control of their wallets at all times. Even when opting for the convenience of HTTP-API-based access, only the heavy computational tasks are outsourced, ensuring full ownership remains with the user. - **Secure Against Key Extraction Attacks**: Unlike some threshold ECDSA approaches, Murmur uses threshold BLS signatures and is resistant to key extraction vulnerabilities (e.g. [research by zengo-x](https://eprint.iacr.org/2021/1621.pdf)).