Installation
This page outlines the prerequisite packages required for Envio and steps on how to install Envio on your system.
Prerequisites
The following are the prerequisite packages required for Envio:
- Node.js (use v18 or newer)
- pnpm
- Docker Desktop
Docker is required specifically for running the Envio indexer locally.
Install Envio
You can install Envio by running the command below:
npm i -g envio
Command to see available CLI commands for Envio.
envio --help
Click here for a quickstart guide for Envio.