-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[doc][prover] add doc for installing Move prover dependencies #692
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
b2f2195
to
2a8e191
Compare
|
||
## Installation through Aptos CLI (Recommended) | ||
|
||
1. Install the latest Aptos CLI binary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be nice to link this text to a page with instructions to install the latest Aptos CLI binary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
2. Execute the command `aptos update prover-dependencies`. | ||
|
||
<Callout type="info"> | ||
Environment variable `BOOGIE_EXE` and `Z3_EXE` will be set automatically after installation. Please make sure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Environment variable `BOOGIE_EXE` and `Z3_EXE` will be set automatically after installation. Please make sure | |
Environment variables `BOOGIE_EXE` and `Z3_EXE` will be set automatically after installation. Please make sure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -27,7 +41,8 @@ If you want to use the [Move Prover](../../smart-contracts/prover.mdx), install | |||
|
|||
</details> | |||
|
|||
3. You can now run the Move Prover to prove an [example](https://github.com/aptos-labs/aptos-core/tree/main/aptos-move/move-examples/hello_prover): | |||
|
|||
After installation, you can now run the Move Prover to prove an [example](https://github.com/aptos-labs/aptos-core/tree/main/aptos-move/move-examples/hello_prover): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After installation, you can now run the Move Prover to prove an [example](https://github.com/aptos-labs/aptos-core/tree/main/aptos-move/move-examples/hello_prover): | |
After installation, you can run the Move Prover to prove an [example](https://github.com/aptos-labs/aptos-core/tree/main/aptos-move/move-examples/hello_prover): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
2a8e191
to
621b352
Compare
Description
This PR updates the doc on how to install dependencies for Move prover.
Checklist
pnpm spellcheck
?pnpm fmt
?pnpm lint
?