the reactive AI framework powering get-as-you-go payments on Solana. Machines, agents, and humans - all synced on-chain
ReactorX402-Framework is an early-stage TypeScript project in the AI payments / x402 ecosystem. It currently has 9 GitHub stars and 0 forks.

ReacotX402 is an advanced AI-integrated blockchain framework built to reverse the pay-per-use economy.
Instead of users paying per AI or computational interaction, ReacotX402 rewards contributors, developers, and AI agents for usage itself — creating a self-sustaining “Get per use” protocol.
The system operates across AI agents, IoT devices, and Solana-based smart contracts.
Each interaction between user agents, AI systems, and blockchain nodes generates work proofs that result in automated payments from the protocol pool.
Traditionally:
🧾 You Get Pay to use AI.
In ReacotX402:
💰 You earn when AI (or users) use your agents.
The framework connects your AI service logic to Solana programs managing:

Flow Summary:
| Layer | Technology |
|---|---|
| 🧩 Frontend | Vite, Tailwind, React |
| ⚡ Backend | Python, Node, Rust (Solana) |
| 🔗 Blockchain | Solana Smart Contracts |
| 🧠 AI & IoT | Integrated Python SDKs |
| 🧱 Core Language | Rust 96.5%, Shell, C, Python |
| Symbol | Description |
|---|---|
![]() |
The “X” reactor logo — representing the neural and blockchain fusion of AI & computation. |
![]() |
Visualizing ReactorX402 core — AI reacting through encrypted machine data streams. |
git clone https://github.com/reactor-x402/ReactorX402-Framework.git
cd ReactorX402-Framework
Used for the frontend and control interface.
npm install
Make sure you have Node.js v18+ and npm v9+ installed.
This module handles the local reasoning engine and neural computations.
pip install -r requirements.txt
python server/index.py
Requires Python 3.9+.
ReactorX402’s computation layer runs on Solana smart contracts.
Install Solana CLI:
sh -c "$(curl -sSfL https://release.solana.com/v1.17.5/install)"
Verify installation:
solana --version
Configure Wallet:
solana-keygen new
solana config set --url https://api.devnet.solana.com
Compile the Solana program written in Rust:
cargo build-bpf
Deploy to the network:
solana program deploy target/deploy/ReactorX402.so
On success, note the Program ID — it’s needed to link the AI backend with Solana contracts.
Run both the AI and blockchain layers together:
npm run dev
This starts: