---
title: Starknet
description: Getting Started with Attestations on Starknet
icon: atom
---

import { CpuIcon, PanelsTopLeft, Database } from 'lucide-react'

## Introduction

Attest Protocol is an infrastructure framework for Builders to create **Reputation Authorities** onchain with verifiable and comprehensive identity proofs.

> Starknet is still in developement

<Cards>
  <Card href="/docs/solana" title="Resolvers" description="Learn how to organize your resolvers" />
  <Card href="/docs/solana" title="Schema" description="Learn how to implement Schemas" />
  <Card
    href="/docs/solana"
    title="Adapters"
    description="Add attestation adapters to your application"
  />
  <Card href="/docs/solana" title="Levy" description="Learn how the levy works" />
</Cards>

### From Existing Codebase?

You can follow the Manual Installation guide to get started.

<Cards>
  <Card href="/docs/solana" title="Manual Installation" description="Setup attest from scratch" />
</Cards>
