You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`GET /agent/me` -> resolves wallet address when signer address is not pinned
188
+
-`POST /agent/submit` -> submits transaction and returns transaction hash
189
+
- auth header: `x-api-key: <BANKR_API_KEY>`
190
+
191
+
Bankr bootstrap example:
192
+
193
+
```bash
194
+
BANKR_API_KEY=... \
195
+
npm run ag -- bootstrap --mode agent --profile bankr --chain base --signer bankr --json
196
+
```
197
+
184
198
Ledger bridge contract:
185
199
186
200
- Set `AGCLI_LEDGER_BRIDGE_CMD` (or custom env var in signer config) to a command that reads tx payload JSON from stdin and outputs JSON containing either `rawTransaction` or `txHash`.
0 commit comments