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. Explorer
  2. Architecture

Gallery

How does gallery feature works?

PreviousArchitectureNextCity Packs

Last updated 2 years ago

Was this helpful?

AlgoWorldExplorer gallery relies on a separate python based repository called AlgoWorld Workers. This is a public repo with a set of CRON scheduled GithubActions. Every 30 minutes scripts are executed to obtain and fetch latest assets.

Assets consists of several series:

  • Country cards - original AW NFTs consisting of ~1500 cards. Those aren't fetched every 30 minutes since the list is static and there won't be new country cards added.

  • City cards - anyone can mint and book such asset. Updated on regular basis. ARC69 traits include information on the card's influence.

  • Special cards - collaboration series that are minted at a rarer rate.

Gallery data fetching flow