Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
readme = "README.md"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
29 changes: 29 additions & 0 deletions validator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Agave Validator

Agave is Anza's high-performance validator client for the Solana blockchain.

## About

This is the main validator implementation for running a Solana validator node. Agave is developed and maintained by Anza as part of the Solana ecosystem.

## Getting Started with Solana Development

**New to Solana?** Here are essential resources to get started:

### Documentation
- **Solana Official Docs**: https://docs.solana.com/
- **Agave Repository**: https://github.com/anza-xyz/agave
- **Solana Cookbook**: https://solanacookbook.com/

### For Developers
- **Building Programs**: https://docs.solana.com/developing/programming-model/overview
- **Solana Program Library**: https://github.com/solana-labs/solana-program-library
- **Anchor Framework**: https://www.anchor-lang.com/

### For Validator Operators
- **Running a Validator**: https://docs.solana.com/running-validator
- **Validator Guide**: https://docs.solanalabs.com/operations/guides/validator-start

## Installation
```bash
cargo install agave-validator