From 5663305819531e6de5c27b4f0ba932362d59b869 Mon Sep 17 00:00:00 2001 From: Philip Mataras Date: Wed, 16 Aug 2023 21:57:41 -0400 Subject: [PATCH] docs: adds queue bundle tx instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.