Introduction
Learn how to develop your mini-app with TypeScript
To follow this guide you will need to have installed
Import
Import the Metadata interface from the SDK
Utilize
Use the Metadata interface to start defining your miniapp
Finally
Finally your file will look as follows
Validate
Validate your Metadata using the createMetadata function. This function will check the definition and return the validated metadata of your mini-app. The type returned will be ValidatedMetadata
Result
Once your metadata is validated, this is the metadata that will be returned by your application, and will be consumed by Sherry.
Deploy your Sherry Link
Publish your application according to your preferences. The metadata must be exposed through an endpoint that must be accessed through a GET request so that the client applications can render the mini-app. More details in Guides .