Skip to content

Latest commit

 

History

History

sdk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.