Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
const
shortenAddress = (address) => `${address.slice(0, 5)}...${address.slice(address.length - 4)}`;
Callers
2
Welcome
Function · 0.90
TransactionsCard
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected