Caution
You are not reading the latest stable version of this documentation. If you want up-to-date information, please have a look at master.
We now have all of the necessary components to package the service into the format needed for the OS. This format is a custom filetype with an extension of .s9pk
, short for Start9 Package.
To package all components into an .s9pk
, run the following command from the root of your project directory:
embassy-sdk pack
Let’s also make sure to verify the validity of the package:
embassy-sdk verify s9pk /path/to/hello-world.s9pk
If anything goes wrong, an error message will indicate the missing component or other failure.
That’s it!