- For local test environment, aws-cli is required.
Create LocalStack(local aws simulation) docker image and start a docker instance:
cd inabox
make deploy-localstack
Build binaries:
cd disperser
make build
Run encoder:
make run_encoder
Set the cli arguments of run_batcher in Makefile to proper values, then run batcher and server:
make run_batcher
make run_server