mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 02:11:40 +00:00
Squash merge develop into master
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
|
||||
# `sonr` - Sonr Chain
|
||||
|
||||
[](https://pkg.go.dev/github.com/didao-org/sonr)
|
||||

|
||||

|
||||
[](https://pkg.go.dev/github.com/onsonr/sonr)
|
||||

|
||||

|
||||
[](https://sonr.io)
|
||||

|
||||
|
||||
[](https://goreportcard.com/report/github.com/didao-org/sonr)
|
||||
[](https://goreportcard.com/report/github.com/onsonr/sonr)
|
||||
[](https://sonarcloud.io/summary/new_code?id=sonr-io_sonr)
|
||||
[](https://sonarcloud.io/summary/new_code?id=sonr-io_sonr)
|
||||
[](https://wiki.mutable.ai/di-dao/sonr)
|
||||
@@ -21,6 +21,22 @@ Sonr is a combination of decentralized primitives. Fundamentally, it is a peer-t
|
||||
|
||||
<br />
|
||||
|
||||
## Components
|
||||
|
||||
### `sonrd`
|
||||
|
||||
The main blockchain node that runs the `sonr` chain. It is responsible for maintaining the state of the chain, including IPFS based vaults, and did documents.
|
||||
|
||||
### `vault`
|
||||
|
||||
The `vault` is a wasm module that is compiled and deployed to IPFS on behalf of the user. It is responsible for storing and retrieving encrypted data.
|
||||
|
||||
- SQLite Database backend
|
||||
- Encryption via admonition
|
||||
- Authentication via webauthn
|
||||
- Authorization via Macroons
|
||||
- HTTP API
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
Sonr would not have been possible without the direct and indirect support of the following organizations and individuals:
|
||||
@@ -35,7 +51,7 @@ Sonr would not have been possible without the direct and indirect support of the
|
||||
|
||||
## Community & Support
|
||||
|
||||
- [Forum](https://github.com/onsonr/hway/discussions)
|
||||
- [Issues](https://github.com/onsonr/hway/issues)
|
||||
- [Forum](https://github.com/onsonr/sonr/discussions)
|
||||
- [Issues](https://github.com/onsonr/sonr/issues)
|
||||
- [Twitter](https://sonr.io/twitter)
|
||||
- [Dev Chat](https://sonr.io/discord)
|
||||
|
||||
Reference in New Issue
Block a user