Using the Composite
Deploying the composite
reference: Ceramic Docs - Create your composite​
You will have to deploy the composite with fetched models to your local Ceramic node so that they can be used when building and running your applications. This can be achieved by using ComposeDB CLI and referencing the composite file of fetched models in your local environment as shown below. Note that you have to provide your did private key to deploy the model:
You should see the output similar to the one below:
Whenever composites are deployed, the models will be automatically indexed. This also means that these models are shared across the network (at the moment, only Clay testnet). If you check the output produced by the terminal that runs your Ceramic local node, you should see a similar output:
This means that the composite was deployed and the models were indexed on your local node successfully! 🎉
Last updated