diff --git a/README.md b/README.md index d440f605..80db355a 100644 --- a/README.md +++ b/README.md @@ -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 " \ + -H "Content-Type: application/json" \ + "http://:/ar-io/admin/queue-tx" \ + -d '{ "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.