v2.2.1
📦 Installation
npm
# Install specific version
npm install -g @dorafactory/maci-operator@2.2.1
# Or install by tag
npm install -g @dorafactory/maci-operator@latestDocker
Docker image publishing is temporarily disabled in CI.
🚀 Quick Start
# Initialize operator
maci init ./my-operator
# Configure
cd my-operator
vim config.toml
# Run with maci-operator CLI
maci start ./my-operator
# Run with Docker
docker-compose up -d📚 Documentation
What's Changed
- fix: support legacy v3 rounds in operator flow by @VegeBun-csj in #23
Full Changelog: v2.2.0...v2.2.1