Skip to content

dsarfed/walrus-docs

This branch is 8 commits ahead of, 91 commits behind MystenLabs/walrus-docs:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c66bc7 · Nov 1, 2024
Oct 17, 2024
Jun 4, 2024
Oct 29, 2024
Nov 1, 2024
Oct 29, 2024
Oct 31, 2024
Aug 22, 2024
Oct 31, 2024
Oct 31, 2024
Oct 17, 2024
Oct 1, 2024
Jun 4, 2024
Jun 4, 2024
Oct 31, 2024
Oct 31, 2024
Jun 14, 2024
Oct 31, 2024
Aug 12, 2024

Repository files navigation

The Walrus decentralized blob storage system

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.

Documentation

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 mdbook-admonish@1.18.0 --locked
cargo install mdbook-katex@0.9.0 --locked
cargo install mdbook-i18n-helpers --locked
mdbook serve

Using translated versions

If there is a translated resource in po/ directory, it can be specified through the MDBOOK_BOOK__LANGUAGE environment variable. For example, to build or serve the Chinese translation:

MDBOOK_BOOK__LANGUAGE=zh_CN mdbook build
MDBOOK_BOOK__LANGUAGE=zh_CN mdbook serve

Please consult TRANSLATING.md for further information on how to create and maintain translations.

Get help and report issues

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).

License

This project is licensed under the Apache License, Version 2.0 (LICENSE or https://www.apache.org/licenses/LICENSE-2.0).

About

Documentation and examples for the Walrus decentralized storage system

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Move 90.9%
  • CSS 7.9%
  • Handlebars 1.2%