Service Registration and Deployment Workflow
Suppose an AI developer has trained a new AI that categorizes images and wants to launch it as a service on Osiris. The process would be along these lines:
- Create an identity and choose the network to connect to. 
- Use the CLI to generate the basic service templates (metadata, Protobuf specs, etc.). 
- Deploy the service with the required group of daemon endpoints configured. 
- Use the identity and network from previous steps to register the organization along with required members, services, type repositories, and tags. 
- Once the service is curated, it will be shown in the Marketplace DApp. Even before that, it can be found via the Registry. 
- Channels will be created with every service used by a customer. Each channel contains the funds used by the consumer. The CLI can be used to claim those tokens from the consumer's escrowed funds. 
Last updated