Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

at natb/docs-table-wrapping 3 lines 109 B view raw
1export function formatAddress(address: string) { 2 return address.slice(0, 6) + "..." + address.slice(-4); 3}