Calibration Rules
.sat Names Calibration Rules
"" is only used to show the full name.
Scenes
Example
Indexer View
Valid
All lowercase
"abc.sat"
abc.sat
✅
All uppercase
"ABC.SAT"
abc.sat
✅
Mixed lowercase and uppercase
"Abc.Sat"
abc.sat
✅
Wide character
"比特币.sat"
比特币.sat
✅
emoji
"😀.sat"
😀.sat
✅
Tail blank
"abc.sat "
❌
Middle blank
"a b.sat"
❌
First blank
" abc.sat"
❌
Line feed in any postion
"abc.sat\n"
❌
Last updated