Skip to content

Commit

Permalink
docs: adds queue bundle tx instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vilenarios authored and djwhitt committed Aug 18, 2023
1 parent b242736 commit 5663305
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@ The following types of filters are supported:
```

Place an ANS-104 bundle at the start of the queue for unbundling and indexing on your gateway:

```
curl -X PUT -H "Authorization: Bearer <ADMIN_KEY>" \
-H "Content-Type: application/json" \
"http://<HOST>:<PORT>/ar-io/admin/queue-tx" \
-d '{ "id": "<ID>" }'
```

Note: ANS-104 indexing support is currently experimental. It has been tested
successfully with small sets of bundles (using filters), but you may still
encounter problems with it when indexing larger sets of transactions.
Expand Down

0 comments on commit 5663305

Please sign in to comment.