eth-username-generator
v1.0.10
Published
#### Please note this is to only be used on the front end to deterministically create human readable usernames from addresses
Downloads
8
Readme
Ethereum address to username
Please note this is to only be used on the front end to deterministically create human readable usernames from addresses
(async () => {
const username = await convertAddressToUsername("0x433DfcA26A688F83D864e725CF99924AD630B688");
console.log(`Username: ${username}`);
})();