NadirAliOfficial
solana-meteor-simulator
TypeScript

A Solana blockchain simulator for Meteor pool activation and transaction testing, built with Anchor & Rust.

Last updated Jul 30, 2026
9
Stars
0
Forks
0
Issues
0
Stars/day
Attention Score
32
Language breakdown
TypeScript 62.5%
Rust 37.5%
Files click to expand
README

Solana Meteor Simulator

A Solana blockchain simulator for Meteor pool activation and transaction testing, built with Anchor & Rust.

Features

  • Simulate Meteor pool activation via timestamp overrides
  • Customize activation_point for future or past timestamps
  • Track Compute Unit usage for simulated transactions
  • Integration tests illustrating activation scenarios

Prerequisites

  • Rust and Cargo
  • Solana CLI (v1.14+)
  • Anchor CLI (v0.24+)
  • Node.js and npm

Installation

  • Install Solana and Anchor:
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
   npm install -g @project-serum/anchor-cli
  • Clone the repository:
git clone https://github.com/your-org/solana-meteor-simulator.git
   cd solana-meteor-simulator
  • Install JS dependencies:
npm install

Usage

  • Start a local validator:
anchor localnet
  • Build & deploy:
anchor build
   anchor deploy
  • Run tests:
```bash anchor test

© 2026 GitRepoTrend · NadirAliOfficial/solana-meteor-simulator · Updated daily from GitHub