Roadmap

March 22, 2026 ยท View on GitHub

AntTP is actively developed, with many features planned to enhance its capabilities as a gateway to the Autonomi Network.

Documentation

  • Basic README
  • Improved README
  • Refactor documentation into multiple documents
  • Add detailed tutorials
  • Link with IMIM as a sample project

Core Features

Files & Directories

  • File downloads from XOR addresses
  • File downloads from archives with friendly names
  • Download files directly from Tarchives
  • Directory listing in HTML and JSON
  • Multiple file uploads (multipart form data)
  • Default to index.html via route maps

Caching & Performance

  • Cache immutable archive indexes to disk
  • Long-term caching headers for XOR data
  • ETag support for all immutable data
  • Streaming downloads (Range header support)

Proxy Server

  • Resolve hostnames to XOR addresses (Files/Archives)
  • HTTPS proxy support

API Integration

REST API

  • Pointer, Register, Chunk, Public Archive
  • Async command/upload queue
  • Tarchive & PNR support
  • BLS support (encrypt, decrypt, sign, verify)
  • Vault & Wallet management
  • Data upload cost analysis

gRPC API

  • Pointer, Register, Chunk, Public Archive
  • Tarchive & PNR support
  • BLS support (encrypt, decrypt, sign, verify)
  • Vault & Wallet management
  • Data upload cost analysis

MCP API

  • Pointer, Register, Chunk, Public Archive
  • Tarchive & PNR support
  • BLS support (encrypt, decrypt, sign, verify)
  • Vault & Wallet management
  • Data upload cost analysis

Advanced Features

  • Websockets: Streaming immutable and mutable data changes.
  • Accounting: Bandwidth usage tracking and payments for public proxies.
  • Access List: Allow/deny controls for addresses.
  • Offline Mode: Support for requests and uploads without an active network connection (with async sync).

<< Previous | Up