Skip to content

PHP lib to format/validate Ethereum EIP55 address format

License

Notifications You must be signed in to change notification settings

raohwork/eip55php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helper to format/validate Ethereum address in EIP55 format.

Synopsis

use Shoutloud\EIP55\Address;

Address::format("0xabc"); // 0x0000000000000000000000000000000000000aBc
Address::validate("0x0000000000000000000000000000000000000aBc"); // true
Address::validate("0x0000000000000000000000000000000000000abc"); // false

License

MPL-2.0

Copyright

About

PHP lib to format/validate Ethereum EIP55 address format

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages