Skip to content

Commit

Permalink
Merge pull request #34 from zama-ai/amina/docs
Browse files Browse the repository at this point in the history
docs: add prerequisites binaries
  • Loading branch information
0xawaz authored Oct 30, 2024
2 parents e6ea412 + b23c4d6 commit 1a7ab32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README_COPROCESSOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 v20](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
Expand Down

0 comments on commit 1a7ab32

Please sign in to comment.