-
Notifications
You must be signed in to change notification settings - Fork 324
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
docs: improve network usage instructions #941
Conversation
@@ -17,8 +17,8 @@ SP1_PROVER=network SP1_PRIVATE_KEY=... RUST_LOG=info cargo run --release | |||
|
|||
- `SP1_PROVER` should be set to `network` when using the prover network. | |||
|
|||
- `SP1_PRIVATE_KEY` should be set to your [private key](#key-setup). You will need | |||
to be using a [permissioned](#get-access) key to use the network. | |||
- `SP1_PRIVATE_KEY` should be set to your [private key](./setup.md#key-setup). You will need |
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.
These links should be ./setup
I think: https://docs.succinct.xyz/prover-network/setup
You can run mdbook locally to test, check readme
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.
I tested them, they're correct.
@@ -6,30 +6,43 @@ Succinct [has been building](https://blog.succinct.xyz/succinct-network/) the Su | |||
|
|||
## Get access | |||
|
|||
Currently the network is permissioned, so you need to gain access through Succinct. After you have completed the key setup below, you can submit your address in this [form](https://docs.google.com/forms/d/e/1FAIpQLSd-X9uH7G0bvXH_kjptnQtNil8L4dumrVPpFE4t8Ci1XT1GaQ/viewform) and we'll contact you shortly. | |||
**[FILL OUT THIS FORM](https://forms.gle/rTUvhstS8PFfv9B3A)** to gain access to the Succinct |
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.
IMO this was better as it was before
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.
@ratankaliani said that it was too hard to find the form
f9f7c75
to
5696531
Compare
5696531
to
ead6346
Compare
ead6346
to
04b03fa
Compare
Clarify the instructions to using
cast
and getting whitelisted.