Installation
Installation
For Windows start 'Git Bash'. The commands are typed in there.
Clone the repository
Create the config file
Write the blockchain wallets keypairs inside the config file.
Please review the Blockchain Wallets section to generate the keypairs yourself and fund the wallets:
Blockchain WalletStart the client
The client takes 2 parameters:
-s is the script that should run inside the remote enclave -f is the fileset that is uploaded together with the script
Included in the repository there are two scripts:
cos-bench.py and uppercase.py
Some errors might show during Initialization, however if the client submits a request and a transaction is created, the errors can be ignored.
The initialization occurs only the first time the client it started. What the initialization does is install the required python modules and then download and start the ipfs daemon. It connects the ipfs daemon to ipfs.ethernity.cloud for faster hash propagation.
Your own python script
Using the -s and -f parameters you can run your own python scripts. Currently there are some limitations on what python modules and libraries are included on the python enclave. If you need specific python libraries or modules, please contact us.
Last updated