Pravda Run
pravda run --executor <string> --input <file> --storage <file> --effectsDb <file> --meta-from-ipfs --ipfs-node <string>
Description
Run byte-code on Pravda VM
Options
Option | Description |
---|---|
-e , --executor |
The executor address HEX representation |
-i , --input |
An input file |
--storage |
A path to the application state database |
--effectsDb |
A path to the effects database |
--meta-from-ipfs |
Load the metadata from IPFS if necessary. To configure the IPFS node address, use "--ipfs-node" parameter. |
--ipfs-node |
An ipfs node (/ip4/127.0.0.1/tcp/5001 by default). |