Hey folks!
I’m building an app where each user’s address lives in the same canister. I’m using the standard textual representation from the ICRC-1 spec:
k2t6j-2nvnp-4zjm3-25dtz-6xhaa-c7boj-5gayf-oj3xs-i43lp-teztq-6ae-dfxgiyy.102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f20
It works, but I’m wondering if there’s a cleaner or more user-friendly format out there. I noticed Oisy has a nice-looking address format — though I’m not sure if that’s because they’re using a separate canister per user.
Any tips or examples of better UX-friendly representations?