Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Variables
zeth.cli.constants Namespace Reference

Variables

dictionary ETH_RPC_ENDPOINT_DEFAULTS
 
string ETH_NETWORK_FILE_DEFAULT = "eth-network"
 
string ETH_NETWORK_DEFAULT = "ganache"
 
string PROVER_SERVER_ENDPOINT_DEFAULT = "localhost:50051"
 
string ZETH_SECRET_ADDRESS_FILE_DEFAULT = "zeth-address.priv"
 
string ZETH_PUBLIC_ADDRESS_FILE_DEFAULT = "zeth-address.pub"
 
string INSTANCE_FILE_DEFAULT = "zeth-instance"
 
string ETH_ADDRESS_DEFAULT = "eth-address"
 
string ETH_PRIVATE_KEY_FILE_DEFAULT = "eth-private-key"
 
string PROVER_CONFIGURATION_FILE_DEFAULT = "prover-config.cache"
 
string WALLET_DIR_DEFAULT = "./wallet"
 
string WALLET_USERNAME = "zeth"
 

Variable Documentation

◆ ETH_ADDRESS_DEFAULT

string zeth.cli.constants.ETH_ADDRESS_DEFAULT = "eth-address"

Definition at line 27 of file constants.py.

◆ ETH_NETWORK_DEFAULT

string zeth.cli.constants.ETH_NETWORK_DEFAULT = "ganache"

Definition at line 17 of file constants.py.

◆ ETH_NETWORK_FILE_DEFAULT

string zeth.cli.constants.ETH_NETWORK_FILE_DEFAULT = "eth-network"

Definition at line 16 of file constants.py.

◆ ETH_PRIVATE_KEY_FILE_DEFAULT

string zeth.cli.constants.ETH_PRIVATE_KEY_FILE_DEFAULT = "eth-private-key"

Definition at line 28 of file constants.py.

◆ ETH_RPC_ENDPOINT_DEFAULTS

dictionary zeth.cli.constants.ETH_RPC_ENDPOINT_DEFAULTS
Initial value:
1 = {
2  "ganache": "http://localhost:8545",
3  "autonity-helloworld": "http://localhost:8541",
4  "bakerloo": "https://rpc3.bakerloo.autonity.network:8545",
5 }

Definition at line 10 of file constants.py.

◆ INSTANCE_FILE_DEFAULT

string zeth.cli.constants.INSTANCE_FILE_DEFAULT = "zeth-instance"

Definition at line 26 of file constants.py.

◆ PROVER_CONFIGURATION_FILE_DEFAULT

string zeth.cli.constants.PROVER_CONFIGURATION_FILE_DEFAULT = "prover-config.cache"

Definition at line 30 of file constants.py.

◆ PROVER_SERVER_ENDPOINT_DEFAULT

string zeth.cli.constants.PROVER_SERVER_ENDPOINT_DEFAULT = "localhost:50051"

Definition at line 18 of file constants.py.

◆ WALLET_DIR_DEFAULT

string zeth.cli.constants.WALLET_DIR_DEFAULT = "./wallet"

Definition at line 32 of file constants.py.

◆ WALLET_USERNAME

string zeth.cli.constants.WALLET_USERNAME = "zeth"

Definition at line 33 of file constants.py.

◆ ZETH_PUBLIC_ADDRESS_FILE_DEFAULT

string zeth.cli.constants.ZETH_PUBLIC_ADDRESS_FILE_DEFAULT = "zeth-address.pub"

Definition at line 24 of file constants.py.

◆ ZETH_SECRET_ADDRESS_FILE_DEFAULT

string zeth.cli.constants.ZETH_SECRET_ADDRESS_FILE_DEFAULT = "zeth-address.priv"

Definition at line 23 of file constants.py.