Crates.io | gadget-sdk |
lib.rs | gadget-sdk |
version | |
source | src |
created_at | 2024-08-12 16:09:17.682152 |
updated_at | 2024-11-08 21:21:46.184474 |
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 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.