BaraGames
Official Website
  • Welcome to BARA Games
  • Users
    • Getting Started
      • Setting up your wallet
      • Bridging funds to Solana
      • Join BARA community!
  • Developers
    • Why Choose BARA?
    • Getting Started
      • Setup local development for BARA SVM
      • Build & Deploy Your First Program
    • Developer Tooling
      • Explorer
      • Faucet
      • Wallet Extensions
    • Additional Resources
  • Architecture
    • Overview
    • Vision & Architecture
    • HyperGrid Framework
      • HyperGrid Infrastructure
        • Architectural Overview
        • Grids and Network Relationships
          • Grids
      • Interoperability with Solana
        • Data Synchronization Between HyperGrid and Solana Base Layer
      • HyperGrid Shared State Network (HSSN)
      • HSSN Explorer Overview
      • HSSN Gas Fee Mechanism
      • Operator Guides
        • Deploying a New Grid
        • Deploying a BARA RPC Node
        • Deploying an HSSN Validator
        • Mainnet
          • Deploying an HSSN Validator
      • Verifiable Compute & Zero-Knowledge Proofing on HyperGrid
    • Sorada
      • Introduction
      • Architecture
      • How to Deploy Sorada
      • Resources
    • Rush ECS Framework
      • Introduction
      • Features
      • Quickstart
      • Reference
      • Demo
  • RESOURCES
    • Audit Reports
    • We're Hiring!
Powered by GitBook
On this page
  • 1. Install the Solana CLI
  • 2. Configure your BARA Cluster
  1. Developers
  2. Getting Started

Setup local development for BARA SVM

This quick start guide will demonstrate how to quickly install and set up your local development environment, getting you ready to start developing and deploying Solana programs to the blockchain.

PreviousGetting StartedNextBuild & Deploy Your First Program

Last updated 3 months ago

BARA's local development environment should be very similar to setting up the Solana's local development environment.

1. Install the Solana CLI

Follow this to setup the Solana CLI locally. If you already have it setup, you may skip this step.

2. Configure your BARA Cluster

After setting up the Solana CLI, you can configure it to point to the BARA Devnet Cluster for development. Learn more about BARA's clusters .

After installing the Solana CLI you can run the following command to ensure that it's correctly installed.

solana config get
official guide
here