Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Add some instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Feb 7, 2024
1 parent dc909b4 commit d68d302
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ Run
make run-docker
```

## Key Signing configuration

* Install polygon-cli `go install github.com/maticnetwork/polygon-cli@latest`
* Create a new signature `polygon-cli signer create --kms GCP --gcp-project-id gcp-project --key-id mykey-tmp`
* Install gcloud cli https://cloud.google.com/sdk/docs/install
* Setup ADC `gcloud auth application-default login`
* Configure `KMSKeyName` in `agglayer.toml`

## Production setup

Currently only one instance of agglayer can be running at the same time, so it should be automatically started in the case of failure using a containerized setup or an OS level service manager/monitoring system.
Expand Down Expand Up @@ -57,4 +65,4 @@ The SPDX license identifier for this project is `AGPL-3.0-or-later`.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the AGPL-3.0-or-later, shall be licensed as above, without any additional terms or conditions.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the AGPL-3.0-or-later, shall be licensed as above, without any additional terms or conditions.

0 comments on commit d68d302

Please sign in to comment.