Skip to content

madumas/0x-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0x-name generates a short, easy to remember, but non-unique mnemonic for Ethereum addresses This mnemonic can be used to easily reference Ethereum addresses when doing chain analysis and transaction traffic.

Under no circumstances the mnemonic should be used to transact. It is trivial to generate a valid Ethereum address from a 0x-name mnemonic.

For more information, visit https://0xna.me

Usage

Use NPM to install the library:

npm install 0x-name

Then include it:

import zeroxName from '0x-name';
// or:
const zeroxName = require('0x-name');

Example:

var zeroxName = require("0x-name")
let name = zeroxName('0x96203a314504fb1a14d40c6bf9d08d3ebad3425f')
// name = TrueBawdyHabit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published