Zecale - Reconciling Privacy and Scalability on Smart-Contract Chains  0.5
Reference implementation of the Zecale protocol by Clearmatics
defaults.py
Go to the documentation of this file.
1 # Copyright (c) 2015-2022 Clearmatics Technologies Ltd
2 #
3 # SPDX-License-Identifier: LGPL-3.0+
4 
5 AGGREGATOR_CONFIG_FILE_DEFAULT = "aggregator-config.cache"
6 
7 AGGREGATOR_SERVER_ENDPOINT_DEFAULT = "localhost:50052"
8 
9 BATCH_PROOF_FILENAME_DEFAULT = "batch.json"
10 
11 AGGREGATOR_VERIFICATION_KEY_FILE_DEFAULT = "aggregator-vk.json"
12 
13 INSTANCE_FILE_DEFAULT = "zecale-instance"
14 
15 APPLICATION_VERIFICATION_KEY_FILE_DEFAULT = "app-vk.json"
16 
17 APPLICATION_INSTANCE_FILE_DEFAULT = "app-instance"