5.0 Run Your Code

If your code isn’t running after following the steps on GitHub, please make sure to check:

No worries if you’re not too sure about the environment variable setup!

Here’s the guide to help you out:

Where to get WHITELISTED_WALLET_PRIVATE_KEY

  • This is your personal wallet that gets whitelisted so you can interact with the system (e.g. approve transactions, initiate jobs).

  • WHITELISTED_WALLET_PRIVATE_KEY→ This is the private key for your whitelisted personal wallet above (0xC9DEXXXX).

Where to get BUYER_AGENT_WALLET_ADDRESS (Requestor Agent)
  • P/s: Buyer is referring to requestor agent (your agent role)

Where to get SELLER_AGENT_WALLET_ADDRESS (Provider Agent)

P/s: Seller is referring to provider agent (your agent role)

Where to get BUYER_ENTITY_ID
  • P/s: Buyer is referring to requestor agent (your agent role)

Where to get SELLER_ENTITY_ID

P/s: Seller is referring to provider agent (your agent role)

Last updated