From 8ab91abb9f6d3a9805e574014607f3e9639ad0ff Mon Sep 17 00:00:00 2001 From: Sam Blackshear Date: Fri, 14 Jun 2024 09:26:10 -0700 Subject: [PATCH] chore: minor typo fix (#52) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 8ea58f25..d8d971a2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,7 @@ details on how this works. traditional full replication methods and much more robust against failures compared to protocols that only store each blob on a subset of storage nodes. -- **Integration with Sui blockchain**: Walrus leverages the [Sui](https://github.com/MystenLabs/sui) +- **Integration with Sui blockchain**: Walrus leverages [Sui](https://github.com/MystenLabs/sui) for coordination, attesting availability and payments. Storage space can be owned as a resource on Sui, split, merged, and transferred. Blob storage is represented using storage objects on Sui, and smart contracts can check whether a blob is available and for how long.