/eip55php

PHP lib to format/validate Ethereum EIP55 address format

Primary LanguagePHPMozilla Public License 2.0MPL-2.0

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