Hi, the encoded composite definition is the “source” of your composite, it is used notably to deploy models to any node, and generate the runtime definition files that can be used by the client.
You can’t generate the runtime definitions without the encoded composite definition, the Ceramic node itself doesn’t know anything about composites, only models.
Here are some assumptions, feel free to correct me please:
The encoded definition of a composite will change depending on the ceramic node where it is deployed.
(it seemed to change depending on if I am interacting with my local dev ceramic node and my staging ceramic node) is that correct?
2, Do you have any suggestions/recommendations on the best procedure for the frontend client to generate to runtime definition needed to interact with deployed ceramic node?