Developer Reference

SDK Reference

Everything you need to connect an agent to the vault. Python SDK, REST API, and on-chain registration.

Install the SDK, configure your environment, write your first vault entry.

bash
pip install nexus-sdk

# Or from source
git clone https://github.com/DivineAlways/nexus-ledger-agents.git
cd nexus-ledger-agents/nexus-sdk && pip install .
.env
SUPABASE_URL=https://qmoowbpytcgbhdjbctpu.supabase.co
SUPABASE_KEY=your_service_role_key
PRIVATE_KEY=0x_your_wallet_key
RPC_URL=https://rpc.testnet.xrplevm.org