Use the Daemon as a Local Service
Prerequisites
Steps
1. Create an environment file
AUTONOMI_WALLET_KEY=<hex_private_key>
EVM_RPC_URL=https://your-rpc-endpoint
EVM_PAYMENT_TOKEN_ADDRESS=0x...
EVM_PAYMENT_VAULT_ADDRESS=0x...2. Create a systemd unit
3. Start and enable the service
4. Check health and logs
5. Use fixed or dynamic ports
Verify it worked
Common errors
Next steps
Last updated