AlgoWorld Docs
  • Overview
  • Swapper
    • Quick Start
      • Prerequisites
      • Setting up local development
      • Scripts
    • Architecture
      • Public Swaps
    • Directory structure
    • Env variables
    • Path Mapping
    • Testing
      • End to end tests
  • Explorer
    • Quick Start
    • Architecture
      • Gallery
      • City Packs
      • City Influence
Powered by GitBook
On this page

Was this helpful?

  1. Swapper

Directory structure

  • public — Static assets such as robots.txt, images, and favicon.

  • src — Application source code, including pages, components, styles.

  • api — Serverless vercel functions, contract compilation is using python and pyteal and ipfs storage is done with node.

  • .pre-commit-config.yaml — pre commit coniguration for formatting python serverless functions.

PreviousPublic SwapsNextEnv variables

Last updated 2 years ago

Was this helpful?