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
This script parses the devnet-temp in your cache file and creates an images.html file so you can look/test uploaded images.
The devnet-temp file is inside your ".caches" folder.
Might be something that helps somebody here.
This script parses the devnet-temp in your cache file and creates an images.html file so you can look/test uploaded images.
The devnet-temp file is inside your ".caches" folder.
curl -Ls -w $(cat devnet-temp | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]") > arweave.url.out
cat arweave.url.out | grep -Po '"uri":.?[^\\]",' |awk -F" '{ print "<img src="" $4 "">" }' > images.html
The text was updated successfully, but these errors were encountered: