Raw Mnemonic
You can just use a mnemonic you have already or a new one to run rrelayer.
Usage
To enable raw mnemonic you need to add its config in the YAML under the mnemonic
key:
rrelayer.yaml
name: first-rrelayer
description: "my first rrelayer"
api_config:
port: 3000
authentication_username: "${RRELAYER_AUTH_USERNAME}"
authentication_password: "${RRELAYER_AUTH_PASSWORD}"
signing_provider:
raw:
mnemonic: "${RAW_DANGEROUS_MNEMONIC}"
You then need to add the RAW_DANGEROUS_MNEMONIC variables to the .env
RAW_DANGEROUS_MNEMONIC=YOUR_RAW_MNEMONIC