gadget-sdk

Crates.iogadget-sdk
lib.rsgadget-sdk
version0.6.2
created_at2024-08-12 16:09:17.682152+00
updated_at2024-12-12 15:15:12.911687+00
descriptionSDK for building Blueprints and gadget on Tangle Network
homepagehttps://tangle.tools
repositoryhttps://github.com/tangle-network/gadget
max_upload_size
id1334696
size2,278,928
webb-devs (github:tangle-network:webb-devs)

documentation

README

Gadget SDK

Development tools for Gadgets targeting Tangle or EigenLayer.

Table of Contents

Overview

The Gadget SDK is a comprehensive toolkit for Gadget development, providing tools and libraries for Blueprint development on both Tangle and EigenLayer.

Features

The Gadget SDK includes the following key features:

  • Benchmarking tools
  • Keystore management
  • Metrics collection and reporting
  • Networking utilities
  • Logging systems
  • Process execution and management
  • Support for Native, WASM, and no-std contexts

Installation

To add the Gadget SDK to your project, add the following to your Cargo.toml:

[dependencies]
gadget-sdk = { git = "https://github.com/tangle-network/gadget" }

Examples

Example Blueprints can be found here:

Building and Deploying Blueprints

Information on building a Blueprint and then Deploying it can be found here.

Commit count: 705

cargo fmt