Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.61 KB

File metadata and controls

40 lines (27 loc) · 1.61 KB

Getting Started

Welcome to CryptoServe! This section will help you get up and running quickly.

Overview

CryptoServe is a cryptography-as-a-service platform that provides:

  • Server — FastAPI backend that handles all cryptographic operations
  • Dashboard — Next.js web interface for identity and context management
  • SDKs — Personalized client libraries with embedded identity

Prerequisites

Before you begin, ensure you have:

  • Docker and Docker Compose (recommended for quick start)
  • Or: Python 3.11+ and Node.js 18+ for local development
  • A GitHub account for OAuth authentication

Quick Navigation

Resource Description
Installation Multiple installation methods: Docker, local development, or cloud deployment
Quick Start Create your first identity and encrypt data in 5 minutes
Configuration Environment variables, OAuth setup, and production settings

Recommended Path

  1. Start with Installation — Get the server running
  2. Follow the Quick Start — Create an identity and test encryption
  3. Review Configuration — Customize for your environment
  4. Read the Concepts — Understand the architecture

Need Help?