Skip to content

Commit

Permalink
chore: update readme and correct merkle proof service url
Browse files Browse the repository at this point in the history
  • Loading branch information
jilio committed Oct 2, 2024
1 parent b37ee3b commit 7e2d378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Node: https://evm-rpc-http-andromeda.galactica.com
RegistryAddress: 0x29eFd381054edDb68163C0D34546d9EaE9710091

MerkleProofService:
URL: merkle-proof-service.galactica.com:443/v1/galactica/41238
URL: grpc-merkle-41238.galactica.com:443
TLS: true
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Backend service that generates encrypted zk KYC certificates for the Galactica b
To run this project, you need to have the following secrets passed to the application via environment variables:

- `CONFIG_PATH`: Path to the config file
- `PRIVATE_KEY`: Private key to sign and issue the zk certificate
- `PRIVATE_KEY`: ECDSA private key for blockchain interactions
- `SIGNING_KEY`: (Optional) EdDSA private key for ZK certificate signing. The key will be derived from `PRIVATE_KEY` if not provided

These can be set in a `.env` file for local development.

Expand Down

0 comments on commit 7e2d378

Please sign in to comment.