Menu

Explorer & Settings

Tempo Explorer Submit Project
Back to all projects

devsol

by RECTOR-LABS · Updated 11 days ago

Solana devnet SOL marketplace. Buy and sell devnet SOL instantly via x402 payments.

In the AI payments ecosystem

devsol is an early-stage TypeScript project in the AI payments / x402 ecosystem, focused on developer-tools, devnet, marketplace, payments. It currently has 0 GitHub stars and 0 forks, and sits alongside related tools like tdm-integration-kit, tdm-sdk, TDM-Agent-Integration-Kit, x402-solana-rust, botwallet, marketplace-service-template.

README.md View on GitHub →

DevSOL

Solana devnet SOL marketplace. Buy and sell devnet SOL instantly via x402 payments.

Problem

Solana devnet faucets are unreliable and heavily rate-limited. Developers waste valuable time waiting for devnet SOL instead of building. DevSOL provides instant, reliable access to devnet SOL for a small fee.

How It Works

  • Buy: Pay USDC (Solana mainnet) via x402 protocol → receive devnet SOL instantly
  • Sell: Send devnet SOL to treasury → receive USDC on Solana mainnet

Pricing

Action Rate
Buy 1 SOL devnet = 1.05 USDC
Sell 1 SOL devnet = 0.95 USDC

Stack

  • Runtime: Node.js + Hono
  • Payments: x402 protocol (@x402/svm, @x402/hono)
  • Blockchain: @solana/kit (mainnet + devnet)
  • Database: SQLite (transaction log)
  • Deployment: Docker on VPS, nginx reverse proxy

API

GET  /price        → Current buy/sell prices
GET  /treasury     → Available SOL balance
POST /buy          → Purchase devnet SOL (x402-protected)
POST /sell         → Sell devnet SOL for USDC
GET  /tx/:id       → Transaction receipt

License

MIT

All Solana projects →