11 releases (5 breaking)

new 0.6.0 Dec 2, 2024
0.5.1 Nov 20, 2024
0.4.0 Nov 8, 2024
0.3.0 Nov 5, 2024
0.1.0 Aug 12, 2024

#876 in Magic Beans

Download history 112/week @ 2024-08-12 13/week @ 2024-09-16 25/week @ 2024-09-23 209/week @ 2024-09-30 15/week @ 2024-10-07 27/week @ 2024-10-14 346/week @ 2024-10-21 29/week @ 2024-10-28 346/week @ 2024-11-04 179/week @ 2024-11-11 296/week @ 2024-11-18 131/week @ 2024-11-25

952 downloads per month
Used in 3 crates

MIT/Apache and maybe GPL-3.0-or-later…

565KB
12K SLoC

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.

Dependencies

~99–145MB
~2.5M SLoC