Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.03 KB

File metadata and controls

35 lines (23 loc) · 1.03 KB
title Introduction
description Anchor is a development framework for building secure Solana programs (smart contracts)

import { Download, PanelsTopLeft, Database, Terminal } from "lucide-react";

Anchor is the leading development framework for building Solana programs (smart contracts) and simplifies the process of writing, testing, deploying, and interacting with Solana programs.

The Anchor framework helps developers build production-ready applications faster while reducing potential vulnerabilities through built-in security features.

Where to start?

<Card icon={} title='Installation' href='/docs/installation'>

Step-by-step guide to install Anchor framework. Set up your local development environment.

<Card icon={} title='Quickstart' href='/docs/quickstart/solpg'>

Quickstart guide to start building Solana programs with Anchor. Start building directly in your browser. No installation required.