Keys JSON
This document describes the structure and usage of the keys. JSON file used by the Stork Publisher Agent.
Overview
JSON Structure
{
"EvmPrivateKey": <string>,
"EvmPublicKey": <string>,
"StarkPrivateKey": <string>,
"StarkPublicKey": <string>,
"OracleId": <string>,
"PullBasedAuth": <string>
}Configuration Fields
EvmPrivateKey
EvmPrivateKeyEvmPublicKey
EvmPublicKeyStarkPrivateKey
StarkPrivateKeyStarkPublicKey
StarkPublicKeyOracleId
OracleIdPullBasedAuth
PullBasedAuthLast updated