BlockOPs
BlockOps - A no-code AI-powered platform for building and deploying blockchain agents on Arbitrum. Users can create workflows via drag-and-drop or natural language (using AI) and automate transfers using Arbitrum Stylus smart contracts.
视频
技术栈
描述
BlockOps
Build blockchain agents without writing a single line of code.
BlockOps is a no-code, AI-powered platform for building, deploying, and interacting with blockchain agents on Arbitrum Sepolia. It combines a visual drag-and-drop workflow builder with Gemini 2.0 Flash AI — so anyone can automate blockchain tasks through natural language or a visual canvas.
What It Does
BlockOps lets users create sophisticated blockchain automation workflows in minutes — deploy tokens, launch NFT collections, spin up L3 Orbit chains, or orchestrate multi-step on-chain transactions.
Available Tools & Automations
Token Operations
Deploy ERC-20 Token: Deploy a custom token with configurable name, symbol, decimals, and supply. - Get Token Info: Retrieve metadata for any deployed ERC-20 token.
Get Token Balance: Check the token balance of any wallet address.
NFT Operations
Deploy ERC-721 Collection: Launch an NFT collection with custom name, symbol, and base URI.
Mint NFT: Mint NFTs to any wallet. Supports batch minting and custom token URIs.
Get NFT Info: Query NFT ownership, token URI, and collection metadata.
Transfer & Balance
Transfer ETH / ERC-20: Send native ETH or any ERC-20 token with automatic gas estimation.
Get Wallet Balance: Check native ETH balance of any wallet on Arbitrum Sepolia.
Token Approvals
Approve Token Spending, Revoke Approval, Check Allowance — manage ERC-20 spending permissions.
Wallet Utilities
Wrap/Unwrap ETH
WETH, Transaction Status, Wallet History via Arbiscan API.
Price & Market Data
Fetch Token Price: Real-time crypto prices via CoinGecko with 24h change, market cap, and volume.
Calculate: Math operations for chaining with price and balance queries.
Smart Contract Interaction
Contract Explorer: Fetch ABI and list all read/write functions for any verified contract.
Natural Language Executor: Interact with any smart contract in plain English.
Contract AI Chat: Get AI-powered explanations of any contract's functions.
Orbit L3 Chain Deployment
AI-Guided Configuration, Use-Case Presets (Gaming, DeFi, Enterprise, NFT), Deploy L3 Chain, Config Management. Communication & Payments
Send Email: Automated notifications via Gmail SMTP with CC, BCC, and attachments. -
USDC Payment Escrow: On-chain escrow via x402 protocol — refunds on failure. -
AI Quota Tracking: Per-agent usage and spending tracking.
How It Works
Users build agents two ways:
AI-Powered Generation — describe your workflow in plain English; Gemini 2.0 Flash selects and connects the right tools automatically.
Visual Builder — drag and drop tools onto a canvas, connect them into a sequence, configure via UI — no code required. Agents can be used via a chat interface or called through a REST API with a personal API key. The AI routing system analyzes intent, plans tool execution order, chains outputs between steps, handles missing parameters, and falls back gracefully if the AI backend is unavailable.
AI Provider Chain (cascading fallback):
1. Groq — Kimi K2 Instruct / Llama 3.3 70B
2. Google Gemini — Gemini 2.0 Flash
3. OpenAI GPT-4
Technical Architecture
Frontend: Next.js 15, React 19, TypeScript, React Flow, Tailwind CSS -
Backend API: Express.js, ethers.js v6 -
AI Agent Service: FastAPI, Groq / Gemini with function calling -
Workflow Generator: FastAPI, Gemini 2.0 Flash - Orbit AI Backend: FastAPI, Gemini 2.0 Flash (multi-turn conversational) -
Blockchain: Arbitrum Sepolia (Chain ID: 421614) -
Smart Contracts: Arbitrum Stylus (Rust → WASM), Solidity -
Auth: Privy | Database: Supabase (PostgreSQL)
Smart contracts are written in Rust and compiled to WASM via Arbitrum Stylus — delivering lower gas costs than traditional Solidity. Payments flow through a custom PaymentEscrow contract (0x185eba222e50dedae23a411bbbe5197ed9097381) implementing the x402 protocol.