Compiling the composite

reference: Ceramic Docs - Create your composite

The last step left is compiling the composite. This is necessary to interact with the data in the next step of this guide:

composedb composite:compile evp-report-template-composite.json runtime-composite.js

You should see the following output in your terminal:

✔ Compiling the composite... Done!
runtime-composite.js

The output of this command will be a json file called runtime-composite.json

Last updated