sambacha / hexium-font

a font for transaction hashes / hex encoded / checksum data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexium-font

Abstract

This is a font for rendering an OCR compatible font face for usage in hex-encoded strings such as Ethereum addresses or Ethereum Transaction Hashes

Overview

Checksum

This shows the difference between regular EIP55 checksum address and ChainId encoded Checksummed adddresses

Testing

Correct

Incorrect

CSS Debug

Used to check css loading and that font is being loaded

javascript:(function(){var ct=document.createElement('link');ct.rel='stylesheet';ct.href='https://csswizardry.com/ct/ct.css';ct.classList.add('ct');document.head.appendChild(ct);}());

About

a font for transaction hashes / hex encoded / checksum data


Languages

Language:HTML 75.4%Language:CSS 15.7%Language:JavaScript 8.7%Language:Shell 0.2%