How-to Guides
Step-by-step guides for integrating SpaceComputer Orbitport into your applications -- authentication, cTRNG, and the KMS.
Each guide covers one task. Find what you need, follow the steps, move on.
- Authentication -- Create an Orbitport account, get a Client ID and Secret, authenticate via the SDK or directly with OAuth2.
- Fetch cTRNG values -- Read cosmic random numbers from the API or the public IPFS beacon, with or without the SDK.
- Use the KMS -- Create keys, encrypt and decrypt data, sign messages (including Ethereum EIP-191), generate data keys, and rotate keys.
Related
Want to understand what's happening under the hood? The Concepts pages cover satellite communication, cosmic randomness, and the Orbitport architecture. To build your first app step by step, try the Decision Picker tutorial. For complete project examples, see the Recipes.