Getting started
Typescript SDKCopied!
A complete file system on Walrus.
It includes end-to-end encryption, file management and access control.
You can check out our open source SDK repository on Github here: https://github.com/tusky-io/ts-sdk
DISCLAIMER
Please note that SDK is still under review, and we are planning an audit. The use of the SDK is at your own risk.
While we are working hard to ensure its stability and security, we recommend using it with caution at this stage.
Please note that changes to the API and interface may occur as we continue to iterate on the SDK. We advise you to keep an eye out for updates to stay informed of any changes.
By using the SDK, you're helping us improve, and we appreciate your support!
InstallCopied!
requires Node.js >= 18
yarn add @tusky-io/ts-sdk
npm install @tusky-io/ts-sdk
ImportCopied!
ES module
import { Tusky } from "@tusky-io/ts-sdk";
CommonJS
const { Tusky } = require("@tusky-io/ts-sdk");
import { Tusky } from "@tusky-io/ts-sdk/web";