Cairo Utils on WebStarkNet and Cairo language utilities for devs on web.

Decimal Number -> Felt

Converts a decimal number to a felt

0 digits

Short String -> Felt

Converts a string into a short string felt (short strings cannot have more than 31 characters)

Length: 0

Felt -> Short String

Converts a short string numeral to a readable string (short strings cannot have more than 31 characters)

0/31

String -> Felt Array

Converts a string into an array of numerical characters in utf-8 encoding

Length: 0

Felt Array -> String

Converts an array of utf-8 numerical characters into a readable string