Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 498 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 498 Bytes

Deployment

Prerequisites

  • For local test environment, aws-cli is required.

LocalStack

Create LocalStack(local aws simulation) docker image and start a docker instance:

cd inabox

make deploy-localstack

Disperser

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