Guides
The guides aim to guide you through accomplishing specific tasks you might need to accomplish to build and deploy Oyster CVMs. Note that most guides assume a baseline understanding of the Oyster platform, so you might want to go through the tutorials first.
📄️ Tutorials
Step-by-step walkthroughs for Oyster CVMs.
Verify attestations
Remote attestations lie at the core of the Oyster platform and let you verify the integrity of your application. There are many many ways to verify attestations, each with different tradeoffs, including writing your own verification code if you really need to. Oyster provides a number of ways to verify attestations out of the box which should cover most use cases for most people, let us know if none of the options here are suitable for you.
📄️ Using oyster-cvm
If you went through the tutorial, you would have noticed that the oyster-cvm CLI tool enables you to verify attestations given the ip of the enclave. In this guide, we enumerate all the ways you can verify attestations using oyster-cvm, including variations and custom options.
📄️ Using Oyster SDK
In this guide, we describe how to verify attestations using the Oyster SDK. While there might be slight variations in the syntax depending on language, the concepts, structure and parameters should roughly remain the same.
📄️ Using Marlin Hub UI
In this guide, we describe how to verify attestations using the Marlin Hub UI.