Skip to content

Commit 934573c

Browse files
committed
add native proving details
1 parent e8eb853 commit 934573c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ Then run an example contract deployment profile with:
139139
yarn profile
140140
```
141141

142+
You can specify the bb binary path for faster native proving, e.g.
143+
144+
```bash
145+
BB_BINARY_PATH="/home/user/.bb/bb" BB_WORKING_DIRECTORY="/tmp/bb" CRS_PATH="/tmp/bb" yarn profile
146+
```
147+
148+
See the [demo-wallet for an example](https://github.com/AztecProtocol/demo-wallet/blob/main/app/scripts/copyBB.js) of how to fetch the appropriate bb binary (version and OS) in an application.
149+
142150
## 🧪 **Test**
143151

144152
**Make sure the sandbox is running before running tests.**

0 commit comments

Comments
 (0)