gadget-sdk

Crates.iogadget-sdk
lib.rsgadget-sdk
version
sourcesrc
created_at2024-08-12 16:09:17.682152
updated_at2024-11-08 21:21:46.184474
descriptionSDK for building Blueprints and gadget on Tangle Network
homepagehttps://tangle.tools
repositoryhttps://github.com/tangle-network/gadget
max_upload_size
id1334696
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
webb-devs (github:webb-tools: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: 360

cargo fmt