Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.52 KB

README.md

File metadata and controls

71 lines (58 loc) · 2.52 KB
solv

Follow @EpicsDAO2

solv Doc (Deprecated)

Moved to the solv monorepo: https://github.com/EpicsDAO/solv

Document Web Media for "solv" Solana Validator Utility Tool.

solv - Solana Validator Utility Tool

solv is a comprehensive command-line utility designed for Solana network validators. It simplifies the process of setting up, monitoring, and managing Solana validators, offering streamlined operations and enhanced performance insights. Whether you're a seasoned Solana validator or just getting started, solv provides the tools you need to ensure optimal validator operations on the Solana blockchain.

Aiming to

  • Fast Development
  • High Performance
  • Global Scale
  • Maintainable Code
  • Strong SEO

Summary

Quick start

# Node version (using nodenv)
$ node -v
v18.17.1

# Install dependencies
$ yarn install --frozen-lockfile

# Run dev server (localhost:4200)
$ yarn dev