Thanks to visit codestin.com
Credit goes to github.com

Skip to content

neocore-labs/neo-cli

NeoEngine

Decentralized cloud infrastructure on Solana - Turn your idle hardware into earning potential.

License: Apache 2.0 Solana Rust

What is NeoEngine?

NeoEngine is a DePIN (Decentralized Physical Infrastructure Network) that lets anyone monetize their computing resources - CPU, GPU, RAM, storage, and bandwidth. Providers earn $NGNX tokens, renters get affordable cloud compute.

Built on Solana for speed and low costs. Aspiring to partner with high-performance networks like DoubleZero and Helius for institutional-grade performance.

Quick Start

# Install
git clone https://github.com/neocore-labs/neo-cli
cd neo-cli
cargo install --path .

# Create wallet
neo wallet create

# Start earning
neo start

That's it. You're now contributing resources and earning $NGNX.

Three Ways to Earn

  1. Passive Mining - Just run the daemon (no staking required)
  2. Direct Rentals - Accept rental contracts for your hardware
  3. Distributed Jobs - Execute compute tasks for the network

Features

  • Zero-config earning - Start immediately
  • No minimum stake - Passive mode requires zero tokens
  • Sub-400ms latency - Targeting ultra-low latency on high-performance networks
  • Cross-platform - macOS, Linux, Windows (WSL)
  • Docker-isolated jobs - Secure execution environment

Documentation

Comprehensive docs available in /docs:

Project Structure

neo-cli/
├── src/                # Rust CLI
├── protocol/           # Solana smart contracts (Anchor)
├── coordinator/        # Job distribution API (Rust)
├── mcp-server/         # MCP integration (TypeScript)
└── docs/               # Documentation

Requirements

  • Rust 1.75+ - Install
  • Solana CLI - Install
  • Docker - For job execution
  • 8GB+ RAM - For smooth operation

Technology Stack

CLI & Daemon: Rust Smart Contracts: Anchor (Rust) Blockchain: Solana RPC Provider: Helius Network: DoubleZero (optional) Job Execution: Docker

Smart Contracts

Seven on-chain programs:

Program Purpose
token $NGNX token operations
escrow Payment security
mining_rewards Passive mining distribution
rental_contracts Rental agreements
resource_registry Hardware catalog
identity_registry Usernames & profiles
node_registry Register hardware
fee_management Fee distribution

All deployed on Solana Devnet.

Tokenomics

  • Total Supply: 1,000,000,000 $NGNX
  • Community Mining: 55% (550M tokens)
  • Team: 15% (150M tokens, 4-year vest)
  • Treasury: 15% (150M tokens)
  • Angels: 10% (100M tokens, 2-year vest)
  • Ecosystem: 5% (50M tokens)

Platform Fee: 3.5% split as 40% burn / 40% treasury / 20% provider bonus

Community

Contributing

We welcome contributions! See Development Guide.

Quick links:

Security

Found a vulnerability? Email [email protected].

Audits:

  • CodeRabbit automated review (60+ issues fixed)
  • Manual security review (in progress)
  • Community bug bounty (coming soon)
  • Licenced audit (coming soon)

License

Apache 2.0 License - see LICENSE for details.

Roadmap

Q1 2026:

  • ✅ Core contracts deployed
  • ✅ CLI MVP complete
  • ✅ Daemon functional
  • 🚧 Token generation event (Jan 15)
  • 🚧 Mainnet launch

Q2 2026:

  • Desktop app (Tauri)
  • Mobile app (React Native / Expo)
  • Advanced monitoring
  • Guild system

Q3 2026:

  • Multi-chain support
  • Enterprise features
  • Advanced SLA tiers
  • Governance launch

Q4 2026:

  • AI inference marketplace
  • Render farm network
  • Data center integrations

Support

Need help?


Ready to earn?Get Started

About

Command Line Interface for NeoEngine

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published