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
160
+
-`POST /agent/submit` -> submits transaction and returns transaction hash
161
+
- auth header: `x-api-key: <BANKR_API_KEY>`
162
+
163
+
Bankr bootstrap example:
164
+
165
+
```bash
166
+
BANKR_API_KEY=... \
167
+
npm run ag -- bootstrap --mode agent --profile bankr --chain base --signer bankr --json
168
+
```
169
+
156
170
Ledger bridge contract:
157
171
158
172
- 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