Planetary SDK
A low-code SDK to build awesome plugins for planetary.
Getting started
Add planetary_core
to Cargo.toml
[]
= "0.1.0"
Then use the SDK in your app
use *;
}
This is just a relatively a simple example. Read the docs here to understand in detail how to build and publish an awesome plugin!