Development tools for Gadgets targeting Tangle or EigenLayer.
The Gadget SDK is a comprehensive toolkit for Gadget development, providing tools and libraries for Blueprint development on both Tangle and EigenLayer.
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
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" }
Example Blueprints can be found here:
Information on building a Blueprint and then Deploying it can be found here.