Skip to content

awesome-algorand/ecosystem-map

Repository files navigation

Awesome Algorand Map

Ecosystem overview, primarily from nf.domains. This service geocodes address metadata from all applications and converts them to a GeoJSON format

Getting Started

Clone this repository

git clone <TODO>

Install depedencies

npm install --force

Download or build the geojson file

npx tsx update-cache.ts

Run the application

npm run dev