Skip to content

A smart contract that is made to enable easy transfer of ethereum by leveraging the ability of using username rather than the long wallet address

Notifications You must be signed in to change notification settings

Colin-Stark/Ethereum-Smart-contract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Ethereum-Smart-contract

A smart contract that is made to enable easy transfer of ethereum by leveraging the ability of using 5 digit unique code rather than the long wallet address which one might not copy correctly and assets may be lost.

The unique code will help resolve errors from capitalizattion of string which was why the username was changed to 5 digit codes that contains the string details as it is (Capitalized or not)

The smart contract creates a more user friendly way of transferring assets from one wallet to another

Programming language

Solidity

Features

  1. Connect wallet address to a name for easy search and send of ethereum through name (not payabale)

  2. You can serch for the wallet address associated with a username before transfer of asset using the "getUserViaUsername" function, it is also not payable

  3. You can send ethereum simply by entering the username of the user

About

A smart contract that is made to enable easy transfer of ethereum by leveraging the ability of using username rather than the long wallet address

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 100.0%