Skip to content

drylikov/etherscamdb_js_address_validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EtherScamDb JS Address Validation Package

This package will check EtherScamDb to get the status of an address to see if it's; blacklisted, whitelisted, neutral (unverified).

I've tried to make it as frictionless as possible for integration. So there's only 2 lines of code you need (other than requiring the package)

  1. Add the div where you want the verification icon to appear
<div id="esd-address-verify"></div>
  1. Add an event listener to the input for the destination address
document.getElementById("send_to_address").addEventListener('keyup', EtherScamDbValidateAddress);

(The icons are a work in progress :|)

About

A simple JS lib that will check EtherScamDB to see the status of an Ethereum address.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published