shoutloud/eip55php

PHP库,用于验证以太坊EIP55地址格式

0.0.1 2021-03-05 12:43 UTC

This package is auto-updated.

Last update: 2024-09-05 20:17:04 UTC


README

辅助工具,用于格式化/验证以太坊地址的EIP55格式。

摘要

use Shoutloud\EIP55\Address;

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

许可证

MPL-2.0

版权