autrace 0.0.20 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -112,7 +112,9 @@ Visualize any zkapp transaction from the chain like so
|
|
112
112
|
```bash
|
113
113
|
BLOCKBERRY_API_KEY=your_api_key npx aucli --tx 5JttgfFUzZXfYYksdbZHms7eDvqwvzvf65GuirsAcNaZpFC5BC5z
|
114
114
|
```
|
115
|
-
This will generate a `transaction_visualization.png` with the
|
115
|
+
This will generate a `transaction_visualization.png` with the visualisation like so:
|
116
|
+
|
117
|
+

|
116
118
|
|
117
119
|
|
118
120
|
### Important Notes
|