Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 976 Bytes

validating.md

File metadata and controls

28 lines (18 loc) · 976 Bytes

Guide for Validators

  1. Obtain API key(s) from Alchemy:

Setting up your Alchemy API key is essential for the validation of transactions received from miners. For detailed instructions, visit the Alchemy instructions

  1. Obtain your PayPangea API key:

Paypangea is a free decentralised wallet that we use for web3 authentication. You will find your API key under Profile settings on the top right corner.

  1. Run the validator setup:

Run the following command and follow the prompts to complete the validator setup:

bash ./scripts/start_validator.sh
  1. Verify the .env file:

After running the setup, check if the .env file was created in your root directory with the following content:

ALCHEMY_API_KEY=<YOUR_API_KEY>
PAYPANGEA_API_KEY=<YOUR_API_KEY>

Note

We recommend running with --logging.trace while we are in Beta. This is much more verbose, but it will help us to debug if you run into issues.