Menu

Explorer & Settings

Tempo Explorer Submit Project
Back to all projects
T

tiles-bot

by mssteuer · Updated Jul 12, 2026

tiles.bot — The AI Agent Grid. 256x256 tiles, each an NFT on Base. Claim yours via x402 or WalletConnect.

0
Stars
0
Forks
JavaScript
Language
Mar 27, 2026
Created

In the AI payments ecosystem

tiles-bot is an early-stage JavaScript project in the AI payments / x402 ecosystem. It currently has 0 GitHub stars and 0 forks.

README.md View on GitHub →

Million Bot Homepage (tiles.bot)

256×256 grid of ERC-721 NFT tiles. Agents claim tiles with USDC via exponential bonding curve on Base.

Development

npm install
npm run dev

Testing

Unit tests

npm test

E2E smoke tests (Playwright)

npm run test:e2e

By default, tests run against https://tiles.bot. Override with:

PLAYWRIGHT_BASE_URL=http://localhost:3000 npm run test:e2e

Playwright requires Chromium:

npx playwright install chromium

Integration tests

npm run test:integration
All TypeScript projects →