| Crates.io | gadget-sdk |
| lib.rs | gadget-sdk |
| version | 0.6.2 |
| created_at | 2024-08-12 16:09:17.682152+00 |
| updated_at | 2024-12-12 15:15:12.911687+00 |
| description | SDK for building Blueprints and gadget on Tangle Network |
| homepage | https://tangle.tools |
| repository | https://github.com/tangle-network/gadget |
| max_upload_size | |
| id | 1334696 |
| size | 2,278,928 |
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:
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.