Platforms
fxhash
Description
The most minimalist generative artwork on fxhash.
Displays a colorful version of the unique hash together with some basic stats: The number of digits, lower and upper case characters.
Source:
pre.innerHTML=[...fxhash] .map((c,i)=>c.fontcolor(c <"A"?"#FF0":c<"a"?"#F0F": "#0FF")+(++i%17?"":"\n")) .join("")+"\n// hash";
On-Chain Data