Welcome to the GitHub repository for Walrus, a decentralized storage and availability protocol designed specifically for large binary files, or "blobs". Walrus focuses on providing a robust solution for storing unstructured content on decentralized storage nodes while ensuring high availability and reliability even in the presence of Byzantine faults.
Our documentation is available as a Walrus Site (see the
documentation for further information on what
this means) and on GitHub Pages; it is generated using
mdBook from source files in the docs/
directory.
You can also build and access the documentation locally (assuming you have Rust installed):
cargo install mdbook
cargo install [email protected] --locked
cargo install [email protected] --locked
cargo install mdbook-i18n-helpers --locked
mdbook serve
If there is a translated resource in po/
directory, it can be specified through MDBOOK_BOOK__LANGUAGE
like below:
MDBOOK_BOOK__LANGUAGE=zh_CN mdbook build
MDBOOK_BOOK__LANGUAGE=zh_CN mdbook serve
If you have general questions or require help on how to use Walrus, please check for existing discussions. If your question is not answered yet, you can open a new discussion.
If you experience any issues or bugs, please check for existing
issues and file an
issue if it hasn't been reported yet. Please
include the version of the walrus
binary in your bug report (you can obtain it with walrus --version
).
This project is licensed under the Apache License, Version 2.0 (LICENSE or https://www.apache.org/licenses/LICENSE-2.0).