Skip to content

Commit e322b4b

Browse files
committed
point to public UI url in readme
1 parent 949d4be commit e322b4b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ This repo also contains two helpful utilities
2828
- [Just](https://github.com/casey/just?tab=readme-ov-file#installation)
2929
- [Docker](https://docs.docker.com/engine/install/)
3030

31+
## Building Escrows and zkVM Programs
32+
33+
Build the smart escrow with
34+
35+
```shell
36+
just build-escrow
37+
```
38+
39+
This will also build the zkVM program behind the scenes and embed the Image ID in the escrow. This effectively serves to link the two components.
40+
41+
The resulting escrow code will be built to ./target/wasm32v1-none/release/escrow.wasm
42+
3143
## Deploying Escrows
3244

3345
### Public Devnet
@@ -38,7 +50,7 @@ A special devnet has been created for previewing smart escrows with ZK verificat
3850
- RPC - wss://groth5.devnet.rippletest.net:51233
3951
- Faucet - http://groth5-faucet.devnet.rippletest.net
4052

41-
The easiest way to deploy to this devnet is to use the [provided web UI](./ui/index.html) but you can also build your own web integrations using xrpl.js. If using XRPL.js you MUST use the version [4.5.0-smartescrow.4](https://www.npmjs.com/package/xrpl/v/4.5.0-smartescrow.4)
53+
The easiest way to deploy to this devnet is to use the [provided web UI](https://boundless-xyz.github.io/xrpl-risc0-starter/) but you can also build your own web integrations using xrpl.js. If using XRPL.js you MUST use the version [4.5.0-smartescrow.4](https://www.npmjs.com/package/xrpl/v/4.5.0-smartescrow.4)
4254

4355
> [!IMPORTANT]
4456
> Do not try and deploy ZK smart escrows to the regular devnet it won't work.

0 commit comments

Comments
 (0)