Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Walrus is the next generation of data storage. It is secure, efficient, and dece

## SDKs

- [Mysten Labs Typescript SDK](https://sdk.mystenlabs.com/walrus) - The walrus SDK exposes high level methods for reading and writing blobs, as well as lower level methods for the individual steps in the process that can be used to implement more complex flows when you want more control to implement more optimized implementations.
- [Mysten Labs TypeScript SDK](https://sdk.mystenlabs.com/walrus) - The walrus SDK exposes high level methods for reading and writing blobs, as well as lower level methods for the individual steps in the process that can be used to implement more complex flows when you want more control to implement more optimized implementations.
- [Seal SDK](https://www.npmjs.com/package/@mysten/seal) - TypeScript SDK for [Seal](https://github.com/MystenLabs/seal), a decentralized secrets management service that secures your data using threshold encryption and on-chain access control.
- [Golang SDK](https://github.com/namihq/walrus-go) - Walrus Go SDK maintained by the Nami Cloud.
- [Tusky](https://github.com/tusky-io/ts-sdk) - TypeScript SDK for a complete file system on Walrus. It includes end-to-end encryption, file management and access control.
Expand Down Expand Up @@ -68,7 +68,7 @@ Walrus is the next generation of data storage. It is secure, efficient, and dece
- [Marketplace](https://github.com/marketplace/actions/walrus-sites-provenance)
- [Walrus Sites Notary](https://notary.wal.app) - Verification portal for Walrus deployments. Compares on-chain site objects with signed provenance metadata, and can also be validated via the [Move Registry (MVR)](https://www.moveregistry.com/).
- [GitHub](https://github.com/zktx-io/walrus-sites-notary)
- [Walrus Sites GA](https://github.com/zktx-io/walrus-sites-ga) GitHub Action workflow that extends the [official Walrus Sites pipeline](https://docs.wal.app/walrus-sites/ci-cd.html) with provenance support, adding build, verification, and deployment steps.
- [Walrus Sites GA](https://github.com/zktx-io/walrus-sites-ga) - GitHub Action workflow that extends the [official Walrus Sites pipeline](https://docs.wal.app/walrus-sites/ci-cd.html) with provenance support, adding build, verification, and deployment steps.
- [Marketplace](https://github.com/marketplace/actions/walrus-sites-ga)
- [Example](https://github.com/zktx-io/walrus-sites-ga-example)

Expand Down