13 releases (5 breaking)

0.6.2 Dec 12, 2024
0.6.1 Dec 4, 2024
0.5.1 Nov 20, 2024
0.4.0 Nov 8, 2024
0.1.0 Aug 12, 2024

#24 in #tangle

Download history 199/week @ 2024-11-13 261/week @ 2024-11-20 256/week @ 2024-11-27 273/week @ 2024-12-04 254/week @ 2024-12-11 48/week @ 2024-12-18 13/week @ 2025-01-01 24/week @ 2025-01-08 11/week @ 2025-01-15 8/week @ 2025-01-22 18/week @ 2025-01-29 29/week @ 2025-02-05 28/week @ 2025-02-12 50/week @ 2025-02-19 33/week @ 2025-02-26

144 downloads per month
Used in 3 crates

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

2.5MB
38K 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

~115–160MB
~3M SLoC