Domain SDK
info
Coming soon: Rust crates are not yet available publicly. Request access to get the previews.
The delta_domain_sdk provides the Rust framework for
building and running a domain on the delta network. The generic
domain itself is built with the domain SDK and covers most
use-cases. However, if you need more control you may want to reach for the full
toolbox that is provided in Rust.
Import the domain SDK crate to get core types like vaults and
addresses, support for user-level transactions such as
debit allowances and token mints, and most
importantly the Domain struct to run your domain and connect to the
base layer.
Crates​
The domain SDK is part of a collection of crates and binaries that are provided in Rust.
- Domain SDK: framework to build domains
- Local Laws SDK: helpers to build local laws, also needed for building local laws on the generic domain
- Network Launcher: tool to launch a base layer network on your local machine