Socket
Socket
Sign inDemoInstall

ethereum-address

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ethereum-address

Ethereum address validation


Version published
Maintainers
1
Install size
426 kB
Created

Readme

Source

ethereum-address

Ethereum address validation

This is a clone of the web3.js isAddress utility method, but without the rest of web3.js.

Install

npm install ethereum-address

Usage

var ethereum_address = require('ethereum-address');

if (ethereum_address.isAddress(value)) {
  console.log('Valid ethereum address.');
}
else {
  console.log('Invalid Ethereum address.');
}

API

isAddress (address)

Returns true if the address (string) is an Ethereum address

isChecksumAddress (address)

Returns true if the address (string) is an Ethereum checksum address

FAQs

Last updated on 18 Aug 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc