From 8c44be51224017e6ba7ef4089826d950b3c083e7 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 21 Oct 2024 12:07:19 -0400 Subject: [PATCH 1/3] docs: remove extraneous center tags from README --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index d34fd4492..79d12a426 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # `sonr` - Sonr Chain -
- [![Go Reference](https://pkg.go.dev/badge/github.com/onsonr/sonr.svg)](https://pkg.go.dev/github.com/onsonr/sonr) ![GitHub commit activity](https://img.shields.io/github/commit-activity/w/onsonr/sonr) ![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/onsonr/sonr) @@ -9,11 +7,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/onsonr/sonr)](https://goreportcard.com/report/github.com/onsonr/sonr) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=sonrhq_sonr&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=sonr-io_sonr) -
- -## Overview - -Sonr is a combination of decentralized primitives. Fundamentally, it is a peer-to-peer identity and asset management system that leverages DID documents, Webauthn, and IPFS—providing users with a secure, portable decentralized identity. +> Sonr is a combination of decentralized primitives. Fundamentally, it is a peer-to-peer identity and asset management system that leverages DID documents, Webauthn, and IPFS—providing users with a secure, portable decentralized identity. ## Stats From 94f98d8e44439e118dce1cad26f2bf68eaf20f6f Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 21 Oct 2024 12:07:49 -0400 Subject: [PATCH 2/3] docs: update stats section in README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 79d12a426..867725d16 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ > Sonr is a combination of decentralized primitives. Fundamentally, it is a peer-to-peer identity and asset management system that leverages DID documents, Webauthn, and IPFS—providing users with a secure, portable decentralized identity. -## Stats +# Stats ![Alt](https://repobeats.axiom.co/api/embed/8d0b17e889942889c5b6e632da09bd597efd84c4.svg "Repobeats analytics image") -## Acknowledgements +# Acknowledgements Sonr would not have been possible without the direct and indirect support of the following individuals: @@ -22,9 +22,7 @@ Sonr would not have been possible without the direct and indirect support of the - **Steve Jobs**: For User first UX. - **Tim Berners-Lee**: For the Internet. -
- -## Community & Support +# Community & Support - [Forum](https://github.com/onsonr/sonr/discussions) - [Issues](https://github.com/onsonr/sonr/issues) From 91ee1e5c8b14c1a7060673b3b7912e7a2d35d732 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 21 Oct 2024 12:11:03 -0400 Subject: [PATCH 3/3] docs: add documentation links to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 867725d16..214c01934 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,16 @@ > Sonr is a combination of decentralized primitives. Fundamentally, it is a peer-to-peer identity and asset management system that leverages DID documents, Webauthn, and IPFS—providing users with a secure, portable decentralized identity. +# Documentation + +- 1. [Quick Start](https://github.com/onsonr/sonr/wiki/1-%E2%80%90-Quick-Start) +- 2. [Chain Modules](https://github.com/onsonr/sonr/wiki/2-%E2%80%90-Chain-Modules) +- 3. [System Architecture](https://github.com/onsonr/sonr/wiki/3-%E2%80%90-System-Architecture) +- 4. [Token Economy](https://github.com/onsonr/sonr/wiki/4-%E2%80%90-Token-Economy) +- 5. [Service Mangement](https://github.com/onsonr/sonr/wiki/5-%E2%80%90-Service-Management) +- 6. [Design System](https://github.com/onsonr/sonr/wiki/6-%E2%80%90-Design-System) +- 7. [Self Custody](https://github.com/onsonr/sonr/wiki/7-%E2%80%90-Self-Custody) + # Stats ![Alt](https://repobeats.axiom.co/api/embed/8d0b17e889942889c5b6e632da09bd597efd84c4.svg "Repobeats analytics image")