Re-usable components built using Radix UI and Tailwind CSS.
Services are essential components in the Sonr peer-to-peer identity and asset management system. They store information about various services provided by developer applications. On this page, we'll dive into the different Service Record endpoints you can use to manage Service Records programmatically. We'll look at how to query, create, update, and delete Service Records.
The Service Record model contains all the information about the services provided by developer applications, including the controller, type, origin, and associated endpoints.
id
Unique identifier for the service record.
controller
The entity controlling the service.
type
The type of the service.
origin
The origin of the service, such as a URL or other endpoint.
name
The name of the service.
service_endpoints
The set of service endpoints associated with the service (optional).
metadata
Additional metadata related to the Service (optional).