Skip to main content

Introduction

Welcome to Inco’s Solana integration. This guide will help you understand how to build privacy-preserving applications on Solana using Inco Lightning.

What is Inco on Solana?

Inco Lightning enables developers to build applications on Solana where sensitive data remains encrypted even during computation.

Key Concepts

  • Encrypted Types: Work with encrypted integers and booleans on-chain
  • Encrypted Operations: Perform computations on encrypted data without decryption
  • Attested Decryption: Securely decrypt data with TEE-based attestations

Next Steps