From ae6064bc89a0cbb73d7416bb5103aba42d331f97 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 7 Sep 2022 00:53:09 +0300 Subject: Tool to extract all the IPFS CIDs from a zchain --- bin/extract-cids | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/extract-cids (limited to 'bin') diff --git a/bin/extract-cids b/bin/extract-cids new file mode 100755 index 0000000..ec91fb0 --- /dev/null +++ b/bin/extract-cids @@ -0,0 +1,2 @@ +#!/bin/bash +enter | jq | grep Qm | sed -e 's/^.*Qm/Qm/g' | cut -d '"' -f 1 -- cgit v1.2.3