MCPcopy
hub / github.com/adrianhajdin/project_web3.0 / shortenAddress

Function shortenAddress

client/src/utils/shortenAddress.js:1–1  ·  view source on GitHub ↗
(address)

Source from the content-addressed store, hash-verified

1export const shortenAddress = (address) => `${address.slice(0, 5)}...${address.slice(address.length - 4)}`;

Callers 2

WelcomeFunction · 0.90
TransactionsCardFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected