Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
from peaq_robot import PeaqRobot # Default instance sdk = PeaqRobot() print(sdk.address) # Optional: provide secrets explicitly PeaqRobot(mnemonic="...") PeaqRobot(private_key="0x...")
examples/.env
PEAQ_ROBOT_KEYSTORE=.data/wallet.json PEAQ_ROBOT_FUND_MNEMONIC="<agung testnet mnemonic>"