Bash application to work with a local IRIS-MPC CPU network.
mpctl is a bash utility that allows a developer to work with a local IRIS-MPC network.
Developers need to spin up small local throwaway networks.
Command line friendly folks such as developers, testers, evaluators ... etc.
# Note: Ensure that `iris-mpc` monorepo has also been cloned into WORKING_DIRECTORY.
cd WORKING_DIRECTORY
git clone https://github.com/siajsal/mpctl.git
# To activate mpctl commands.
source WORKING_DIRECTORY/mpctl/activate
# To list available commands.
mpctl-ls
# To view help for a supported command.
mpctl-[CMD] help
The mpctl utility can be used to:
- Control a network running in Docker.
- Control a network running on bare metal with Dockerised services
- Launch jobs for interacting with Dockerised postgres or localstack services.
- Launch jobs for testing.