π Getting Started β
π Prerequisites β
Before using the iApp Generator, make sure you have:
- Node.js version 20 or higher
- Docker / Docker hub account
- Docker Buildx (for macOS users, check AMD64 compatibility)
π Verify Docker Compatibility
bash
docker buildx inspect --bootstrap | grep -i platformsIf linux/amd64 is not listed, update your Docker installation.
π¦ Installation β
sh
npm install -g @iexec/iappsh
yarn global add @iexec/iappsh
pnpm add -g @iexec/iappsh
bun add -g @iexec/iappOnce installed, generate the auto-completion script and add it to your shell by following the instructions:
bash
iapp completion