raster.art
SEARCH
Create Account
No wallets connected. Please connect a wallet first.
Hash > Morse
Friez-nl, 2022on fxhash
Platforms
fxhash
Description

Since the first real time long distance communication we have come a long way! The telegram with morse was a revolution on it's own. A technique long forgotten, but given a new life in this token.

Your unique hash is translated with minimal code to the equivalent morse code. Where m stands for an array with corresponding morse values.

l = [...fxhash].map((a) => {b = a.toUpperCase().charCodeAt(0) - 55;c = m[b > 9 && b < 36 ? b : a];e = fxrand();return [...c].map((d) => {e += 0.1;if (e > 1) e = 1;return d.fontcolor(p+Math.floor(e * 255).toString(16).padStart(2, '0'))}).join('')}).join(' ');

Besides being unique based on the hash, also each morse character will have a color pattern based on the base color (which is random).

Inspired by the works of aemkei