File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,23 @@ The script will upload your artifacts to a S3 bucket of your choice (must be own
113113 * "io1"
114114 * "st1"
115115 * "sc1"
116+ * Example for ** CF** :
117+ ``` json
118+ "verification" : {
119+ "cfOrVm" : " CF" ,
120+ }
121+ ```
122+ * Example for **VM**:
123+ ```json
124+ "verification" : {
125+ "cfOrVm" : " VM" ,
126+ "vm" : {
127+ "vmConfigurationType" : " c5.4xlarge" ,
128+ "vmDiskSize" : " 30" ,
129+ "vmDiskType" : " gp2"
130+ }
131+ }
132+ ```
116133 - artifacts - an object with the storage path to the r1cs and wasm on s3
117134 - r1csStoragePath - a string with the r1cs storage path on S3 e.g. "https://test-ceremony.region.amazonaws.com/circuit.r1cs"
118135 - wasmStoragePath - a string with the wasm storage path on s3 e.g. "https://test-ceremony.region.amazonaws.com/circuit.wasm"
You can’t perform that action at this time.
0 commit comments