Skip to main content
v2.2.0
November 2, 2025
  • Added Local SKALE RPC Proxy API with automatic endpoint discovery and round-robin load balancing
  • The Local SKALE RPC Proxy is a custom-made proxy bespoke to the Dirt Road API with a similiar structure from the Eidolon RPC. This directly removes the reliance on the public SKALE Network Proxy and allows the x402 protected routes that handle simplification of the JSON-RPC requests to be handled in the same servce, also increasing performance
  • Enhanced test suite reliability and removed broken tests
v2.1.0
November 1, 2025
  • Added UUID v7 timestamp-based generation support
  • Enhanced test coverage across all services with comprehensive test suites
  • Made all API routes discoverable for better developer experience
  • Improved Web3 EVM API reliability and performance
v2.0.0
October 31, 2025
Major platform expansion with five new utility APIs:
  • Color Converter API (hex ↔ RGB ↔ HSL conversions)
  • String Utils API (22 string manipulation functions)
  • Number Base Converter API (binary, decimal, hex, octal conversions)
  • UUID Utils API (v1, v3, v4, v5 UUID generation and validation)
  • Web3 EVM JSON-RPC API (comprehensive Ethereum blockchain interactions)
Implemented x402 blockchain-based payment authentication across all endpointsAdded MCP (Model Context Protocol) server integration for agent-based interactionsMigrated to Bun runtime for improved performance
v1.0.0
October 26, 2025
Initial release of Dirt Road Dev APICore architecture built with Hono framework and TypeScriptEstablished foundation for functional, composable API designImplemented blockchain payment infrastructure groundwork with x402