Skip to content

the is_founder view function is only useful if the user already did t… #144

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

Merged
merged 2 commits into from
Jun 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/founder/migrate-to-v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ libra --version # Must show version ≥ 8.0

If not installed, follow → Install the Open Libra CLI from [source code](https://docs.openlibra.io/getting-started/install-open-libra-cli) or [binaries](https://docs.openlibra.io/getting-started/install-open-libra-cli/install-open-libra-cli-binaries)

### Verify You're a Founder
### Verify if account is a Pre-v8 address
```bash
libra query view -f 0x1::founder::is_founder --args <your-address>
libra query view -f 0x1::activity::is_pre_v8 --args <your-address>
```
If this returns **true**, continue with this guide.

Expand Down