Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
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" |
string zeth.cli.constants.ETH_ADDRESS_DEFAULT = "eth-address" |
Definition at line 27 of file constants.py.
string zeth.cli.constants.ETH_NETWORK_DEFAULT = "ganache" |
Definition at line 17 of file constants.py.
string zeth.cli.constants.ETH_NETWORK_FILE_DEFAULT = "eth-network" |
Definition at line 16 of file constants.py.
string zeth.cli.constants.ETH_PRIVATE_KEY_FILE_DEFAULT = "eth-private-key" |
Definition at line 28 of file constants.py.
dictionary zeth.cli.constants.ETH_RPC_ENDPOINT_DEFAULTS |
Definition at line 10 of file constants.py.
string zeth.cli.constants.INSTANCE_FILE_DEFAULT = "zeth-instance" |
Definition at line 26 of file constants.py.
string zeth.cli.constants.PROVER_CONFIGURATION_FILE_DEFAULT = "prover-config.cache" |
Definition at line 30 of file constants.py.
string zeth.cli.constants.PROVER_SERVER_ENDPOINT_DEFAULT = "localhost:50051" |
Definition at line 18 of file constants.py.
string zeth.cli.constants.WALLET_DIR_DEFAULT = "./wallet" |
Definition at line 32 of file constants.py.
string zeth.cli.constants.WALLET_USERNAME = "zeth" |
Definition at line 33 of file constants.py.
string zeth.cli.constants.ZETH_PUBLIC_ADDRESS_FILE_DEFAULT = "zeth-address.pub" |
Definition at line 24 of file constants.py.
string zeth.cli.constants.ZETH_SECRET_ADDRESS_FILE_DEFAULT = "zeth-address.priv" |
Definition at line 23 of file constants.py.