secret.json

The secret.json file is generated when you accept the Terms and Conditions for the first time. It stores essential user information, including your wallet and private key. Keep this file secure, as it contains your credentials for accessing Truebit Verify.

secret.json file example

{
  "httpAdapterURL": "https://worker01-prod.truebit.network/http-adapter/",
  "hubURL": "https://run.truebit.network/",
  "defaultLanguage": "rs",
  "privateKey": "0x81d7df005f5b5b32437f9dc6836887c07ccfe61886442767558665869761f108",    
  "address": "0xF5137196A2877FE9C7aa687d90e0fc8E79c6670F",
  "blockchainEnv": "production", 
  "eula": "1740428091368"
  "RPC_URL": ""
}

httpAdapterURL

defaultLanguage

This is the default development language. Click here to see the available values

privateKey

Your private key

address

Your Wallet address

blockchainEnv

Production environment

eula

Eula Acceptance timestamp

RPC_URL

Last updated

Was this helpful?