Skip to content

A P2P network where users: Share, trade, and sell AI prompts and prompt chains, Pool and rent distributed compute for inference/training, All transactions happen P2P, with a built-in 3% fee

License

Notifications You must be signed in to change notification settings

statikfintechllc/AscendNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

63 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AscendNet Alpha System

Repo Ticker Stats

Stars Forks Last Commit
AscendNet Unified Status Python FastAPI

🌟 Overview

AscendNet is a unified P2P AI marketplace and autonomous development system - the sovereign infrastructure for decentralized AI development and deployment.

πŸ—οΈ Core Components

  • 🧠 AscendAI - Core AI infrastructure and processing systems
  • πŸ€– GremlinGPT - Recursive, Self-Referential Autonomous Cognitive System (R-SRACS)
  • ⚑ GodCore - Multi-model AI routing and quantum-level processing
  • 🧠 SignalCore - Recursive AI thought processing with safety limits
  • πŸ“± Mobile-Mirror - Secure mobile development environment
  • πŸ’» Statik-Server - Self-hosted VS Code with Copilot Chat + mesh VPN
  • 🌐 P2P Network - Decentralized prompt and compute marketplace

πŸš€ Quick Start

One-Line Installation

curl -fsSL https://raw.githubusercontent.com/statikfintechllc/AscendNet/master/scripts/deployment/launch_ascendnet.sh | bash

Manual Setup

git clone https://github.com/statikfintechllc/AscendNet.git
cd AscendNet
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt
./scripts/setup.sh

Quick Demo

# Run unified system demo
python docs/guides/demo_unified_system.py

⚑ Quick Commands

# Unified Dashboard (Recommended)
python start_api.py                         # Start unified dashboard on http://localhost:8000
python ascendnet_orchestrator.py            # Start full orchestrated system

# Setup and Installation
./scripts/setup.sh                          # Complete system setup
python docs/guides/demo_unified_system.py   # Run system demo

# Development
python scripts/deployment/api_server.py     # Start API server only
python scripts/deployment/start_api.py      # Alternative API startup

# Testing
./scripts/testing/test_e2e.sh               # Run E2E tests
./scripts/testing/test_e2e_complete.sh      # Complete test suite

# Deployment
./scripts/deployment/launch_ascendnet.sh    # Deploy AscendNet

πŸ“– Documentation

πŸ”— Related Repositories

πŸ† Features

  • βœ… Unified API - FastAPI-based REST endpoints
  • βœ… AI Integration - Multiple AI models and processing cores
  • βœ… P2P Network - Decentralized compute and prompt marketplace
  • βœ… Mobile Support - Secure mobile development environment
  • βœ… Self-Hosted - Complete sovereignty over development environment
  • βœ… Organized Structure - Professional project organization with categorized scripts and documentation

πŸ“ Project Structure

AscendNet/
β”œβ”€β”€ οΏ½ api_server.py                    # Unified FastAPI server
β”œβ”€β”€ οΏ½ start_api.py                     # Quick dashboard launcher  
β”œβ”€β”€ οΏ½ ascendnet_orchestrator.py        # Component orchestrator
β”œβ”€β”€ οΏ½ requirements.txt                 # Python dependencies
β”œβ”€β”€ πŸ“ backend/                         # Core system components
β”‚   β”œβ”€β”€ πŸ“ ai_core/                     # AI processing systems
β”‚   β”œβ”€β”€ πŸ“ Mobile-Mirror/               # Mobile development
β”‚   β”œβ”€β”€ πŸ“ p2p/                         # P2P networking
β”‚   └── πŸ“ GodCore/                     # Multi-model routing
β”œβ”€β”€ πŸ“ docs/                            # Organized documentation
β”‚   β”œβ”€β”€ πŸ“ api/                         # API documentation
β”‚   β”œβ”€β”€ πŸ“ architecture/                # System design docs
β”‚   β”œβ”€β”€ πŸ“ guides/                      # User guides & troubleshooting
β”‚   β”‚   β”œβ”€β”€ οΏ½ demo_unified_system.py   # System demo
β”‚   β”‚   └── οΏ½ system_status.py         # Status checker
β”‚   β”œβ”€β”€ πŸ“ setup/                       # Installation guides
β”‚   β”œβ”€β”€ πŸ“ user/                        # User documentation
β”‚   β”œβ”€β”€ πŸ“ integration/                 # Integration status docs
β”‚   β”œβ”€β”€ πŸ“ testing/                     # Testing documentation
β”‚   β”œβ”€β”€ πŸ“ migration/                   # Migration guides
β”‚   └── πŸ“ archive/                     # Historical documents
β”œβ”€β”€ πŸ“ scripts/                         # Organized automation scripts
β”‚   β”œβ”€β”€ πŸ“ development/                 # Development tools
β”‚   β”œβ”€β”€ πŸ“ deployment/                  # Deployment scripts
β”‚   β”‚   └── οΏ½ launch_ascendnet.sh      # Production launcher
β”‚   └── πŸ“ testing/                     # Testing scripts
β”‚       β”œβ”€β”€ οΏ½ debug_e2e.sh             # Debug E2E tests
β”‚       β”œβ”€β”€ οΏ½ e2e_dashboard.sh         # Dashboard E2E tests
β”‚       β”œβ”€β”€ οΏ½ test_e2e.sh              # Basic E2E tests
β”‚       β”œβ”€β”€ οΏ½ test_e2e_complete.sh     # Complete E2E suite
β”‚       └── πŸ“„ production_e2e.sh        # Production E2E tests
β”œβ”€β”€ πŸ“ frontend/                        # Unified dashboard interface
β”‚   β”œβ”€β”€ οΏ½ ascendnet-dashboard.html     # Main dashboard
β”‚   β”œβ”€β”€ οΏ½ ascendnet-dashboard.css      # Dashboard styling
β”‚   └── οΏ½ ascendnet-dashboard.js       # Dashboard logic
β”œβ”€β”€ πŸ“ statik-server/                   # Self-hosted development environment
└── πŸ“ smart-contracts/                 # Blockchain components

πŸ“„ License

Fair Use License - See LICENSE.md for details.

🀝 Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Profile Views

About

A P2P network where users: Share, trade, and sell AI prompts and prompt chains, Pool and rent distributed compute for inference/training, All transactions happen P2P, with a built-in 3% fee

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published