Skip to content

Commit bc92204

Browse files
authored
Update README.md
1 parent 9c03615 commit bc92204

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ceremonies/README.md

+17
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)