shelby-sdk-integration

Community

Programmatically integrate Shelby decentralized storage.

Authorzacharyr0th
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides expert guidance for integrating the Shelby Protocol TypeScript SDK into Node.js or browser applications. It simplifies programmatic interaction with Shelby's decentralized blob storage, covering installation, Aptos authentication, blob uploads, and robust error handling for seamless application development.

Core Features & Use Cases

  • SDK Setup & Auth: Install the TypeScript SDK and securely authenticate with Aptos Ed25519 private keys, ensuring secure access to the Shelby network.
  • Programmatic Blob Uploads: Upload files from Node.js filesystems or browser user input, with flexible options for blob naming and custom expiration dates.
  • Robust Error Handling: Implement comprehensive try-catch patterns to gracefully handle common errors like insufficient tokens, network issues, and invalid parameters.
  • Use Case: "I'm building a Node.js backend that needs to upload user-generated content to Shelby Protocol. Show me how to set up the SDK, authenticate with a private key, and upload a file from the server's filesystem."

Quick Start

Set up the Shelby TypeScript SDK in a Node.js project, authenticate with an Aptos private key from an environment variable, and upload a Buffer of data as my-app/data.json with a 60-day expiration.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: shelby-sdk-integration
Download link: https://github.com/zacharyr0th/next-starter/archive/main.zip#shelby-sdk-integration

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository