From 3c14b15c7f26f004f596436ff4902358309058f8 Mon Sep 17 00:00:00 2001 From: 0xawaz Date: Mon, 28 Oct 2024 15:49:50 +0100 Subject: [PATCH] docs: add prerequisites --- README_COPROCESSOR.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README_COPROCESSOR.md b/README_COPROCESSOR.md index 3b41592..5eec465 100644 --- a/README_COPROCESSOR.md +++ b/README_COPROCESSOR.md @@ -29,6 +29,17 @@ across all the components for this test setup. Note that this token is saved by docker locally in the clear, so it's best to only give it the permissions you need and set the expiration time to 7 days. +### Install Binaries + +Make sure you have these binaries installed in your environment: + +* [docker](https://docs.docker.com/engine/install) +* [rust](https://www.rust-lang.org/tools/install) +* [protobuf](https://grpc.io/docs/protoc-installation) +* [nodejs](https://nodejs.org/en/download/package-manager) + +> **NB:** We will wrap all components in docker images to remove these prerequisites in the near future. + ## Steps to run the setup 0. Verify the configuration in .env file, most important variable is CENTRALIZED_KMS, set it to false for threshold KMS