Ethereum address alias

Written by token0x | Published 2018/03/12
Tech Story Tags: ethereum | dapps

TLDRvia the TL;DR App

Let’s look at domain names that have been created to ensure that people do not write the IP address 172.217.16.14 since it is much easier to remember the name of google.com. Now let’s look at the Ethereum address. For example 0x0472ec0185ebb8202f3d4ddb0226998889663cf2 — it looks even more difficult than the IP address. The goal of the ethnamed.io project is to implement named aliases for Ethereum addresses.

Name Registration Process

Install: https://chrome.google.com/webstore/search/ethnamed

Github: https://github.com/ethnamed

Reddit: https://www.reddit.com/r/ethnamed

Facebook: https://www.facebook.com/ethnamed

Website: https://ethnamed.io

Name Registration Process

One of our primary goals is to create a universal payment solution with an option to send funds knowing only the sender’s email or nickname. To some extent we fused the basic principles of Metamask ETH-wallet and Ethereum Name Service DNS, and extended the whole idea to using emails and nicknames to eliminate the need to use complex HEX-addresses. For example, a regular Ethereum address looks like this: 0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7, and the majority of crypto wallets work with such. Unsurprisingly, such addresses are easy to misspell and hard to memorize, unlike simple nicknames or an email like [email protected]. Besides, Ethnamed allows users to link several wallets of different blockchain networks to one email or nickname.

Integration with website

Ethnamed’s another substantial feature is the planned system for adding new cryptocurrency to the existing portfolio in your wallet. Right now, in order to interact with a cryptocurrency one would have to download and get familiar with a specific wallet software designed for the crypto in question. With Ethnamed we’re establishing an open repository for the pieces of code required to work with certain cryptocurrencies. We’ve implemented automatic invoice creation by integrating a web page with WEB3T interface similar to the system Metamask uses for ETH.

WEB3T — like a web3 for Ethereum but for ALL cryptocurrencies

Javascript Examples:

web3t.btc.sendTransaction({to: …, value: …}, cb);

web3t.eth.sendTransaction({to: …, value: …}, cb);

web3t.[ANYCOIN].sendTransaction({to: …, value: …}, cb);

Thus, anyone can add their desired cryptocurrencies into open source library WEB3T via simple pull request on our Github.

In the process of creating the repository, the team from advance.fund will actively participate. They see their mission as developing the blockchain technology, conducting several projects of their own and willingly giving their experience and resources for collaborations.

The result ofweb3.dash.sendTransaction(…)

We’ve also got big plans as to the future Ethnamed development. The roadmap includes the implementation of the technical means of integrating our wallet with exchanges (fiat -> crypto, crypto -> fiat); atomic swaps for Ethereum and Ethereum Classic, Bitcoin, Litecoin, Dash, and others; desktop version and mobile apps for iOS and Android; Firefox plugin; and open-source repository for cryptocurrency standardization and integration.

Please, share your feedback to help us build a better product and realize Ethnamed’s potential to drive mass adoption of crypto and blockchain tech worldwide.

Install: https://chrome.google.com/webstore/search/ethnamed

Github: https://github.com/ethnamed

Reddit: https://www.reddit.com/r/ethnamed

Facebook: https://www.facebook.com/ethnamed

Website: https://ethnamed.io


Published by HackerNoon on 2018/03/12