-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: describe and link to community-created tools and SDKs (#226)
- Loading branch information
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Software development kits (SDKs) and other tools | ||
|
||
The Walrus core team is actively working on a Rust SDK and a TypeScript SDK for Walrus. These will | ||
cover interactions with storage nodes directly and be released around the time of the Mainnet | ||
launch. | ||
|
||
Besides these upcoming official SDKs, there also exist unofficial third-party SDKs for interacting | ||
with the [HTTP API](./web-api.md#http-api-usage) exposed by Walrus aggregators and publishers: | ||
|
||
- [Walrus Go SDK](https://github.com/namihq/walrus-go) (maintained by the *Nami Cloud* team) | ||
|
||
Finally, there is [Tusky](https://docs.tusky.io/about/about-tusky), a complete data storage platform | ||
built on Walrus, including encryption, HTTP APIs, sharing capabilities, and more. |