Skip to content
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

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

rahxephon89
Copy link
Contributor

Description

This PR updates the doc on how to install dependencies for Move prover.

Checklist

  • Do all Lints pass?
    • Have you ran pnpm spellcheck?
    • Have you ran pnpm fmt?
    • Have you ran pnpm lint?

Copy link

vercel bot commented Nov 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
developer-docs-nextra ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 2:47am

@rahxephon89 rahxephon89 changed the title [doc][prover] add doc for installing prover dependencies [doc][prover] add doc for installing Move prover dependencies Nov 4, 2024
@rahxephon89 rahxephon89 requested a review from wrwg November 4, 2024 01:08

## Installation through Aptos CLI (Recommended)

1. Install the latest Aptos CLI binary.
Copy link
Contributor

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.

Copy link
Contributor Author

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Copy link
Contributor Author

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):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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):

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@rahxephon89 rahxephon89 merged commit 18d1ac9 into main Nov 4, 2024
5 checks passed
@rahxephon89 rahxephon89 deleted the teng/add-prover-installation branch November 4, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants