Skip to content

Commit

Permalink
Update quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
simonerom committed Oct 30, 2024
1 parent a60c21e commit 0904d6e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,14 @@ Example result:

When the Task ID reaches “settled” status, you can verify the `transaction_hash` on <https://testnet.iotexscan.io> to review the proof written to the DApp contract.

## What's next??

Refer to the [Developer Guide](./DEVELOPER_GUIDE.md) to learn how to customize the prover and the Dapp contract.

## Additional commands

### Retrieve Project Info

Use the following command to retrieve information about your project:

```bash
Expand Down Expand Up @@ -152,4 +157,5 @@ If you want to unbind the project from the DApp:

```sh
ioctl ws router unbind --project-id "your project id"
```
```

0 comments on commit 0904d6e

Please sign in to comment.