Zecale - Reconciling Privacy and Scalability on Smart-Contract Chains  0.5
Reference implementation of the Zecale protocol by Clearmatics
Namespaces | Functions | Variables
deploy.py File Reference

Go to the source code of this file.

Namespaces

 zecale.dummy_app.deploy
 

Functions

None zecale.dummy_app.deploy.deploy (Context ctx, str verification_key_hash, str dispatcher_instance_file, str instance_file)
 

Variables

 zecale.dummy_app.deploy.ZECALE_DIR = get_zecale_dir()
 
 zecale.dummy_app.deploy.CONTRACTS_DIR = join(ZECALE_DIR, "contracts")
 
 zecale.dummy_app.deploy.DUMMY_APP_CONTRACT_FILE = join(CONTRACTS_DIR, "DummyApplication.sol")
 
int zecale.dummy_app.deploy.DUMMY_APP_CONTRACT_DEPLOY_GAS = 500000
 
 zecale.dummy_app.deploy.default
 
 zecale.dummy_app.deploy.help