v1.5.1
📦 Installation
npm
# Install specific version
npm install -g @dorafactory/maci-operator@1.5.1
# Or install by tag
npm install -g @dorafactory/maci-operator@latestDocker
# Pull from Docker Hub
docker pull dorafactory/maci-operator:latest🚀 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
- feat: add input file handling for tally task and update proof cache s… by @VegeBun-csj in #14
Full Changelog: v1.5.0...v1.5.1