Skip to content

Commit

Permalink
fix: add requirement on go version
Browse files Browse the repository at this point in the history
  • Loading branch information
phuctd95 committed Jun 26, 2024
1 parent bc8e87b commit 570c93b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/validators/manage/vrf-key.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ import addStepTwo from './assets/add-vrf-key-2.png';

This guide demonstrates how to add a *VRF key* to your profile. The VRF key is used to [generate random beacon](https://github.com/ronin-chain/REPs/blob/main/REP-0010/REP-0010.md#compute-random-beacon). If you're an active Ronin Governing Validator, you need to have this key added.


## Generate a VRF key pair

You can generate VRF Key pair using the Ronin Random Beacon Source Code by running the following commands:
You can generate VRF Key pair using the Ronin Random Beacon Source Code (make sure to install Go version 1.19 or higher) by running the following commands:

```
git clone https://github.com/axieinfinity/ronin-random-beacon.git
Expand Down
1 change: 1 addition & 0 deletions docs/validators/setup/random-beacon.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Governing Validators can choose to run the Random Beacon Service in standalone m
## Prerequisites

Before setting up the Random Beacon Service, we need to prepare:
- Go version 1.19 or higher
- Docker
- Registered the [VRF key](../manage/vrf-key.mdx)

Check warning on line 17 in docs/validators/setup/random-beacon.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Acronyms] Spell out 'VRF', if it's unfamiliar to the audience. Raw Output: {"message": "[Google.Acronyms] Spell out 'VRF', if it's unfamiliar to the audience.", "location": {"path": "docs/validators/setup/random-beacon.md", "range": {"start": {"line": 17, "column": 19}}}, "severity": "INFO"}
- A Ronin address to submit the random beacon. This can be any address.
Expand Down

0 comments on commit 570c93b

Please sign in to comment.