Package Exports
- eip55
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eip55) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eip55
An EIP55 compatible address encoding library.
Example
let eip55 = require('eip55')
eip55.encode('0xfb6916095ca1df60bb79ce92ce3ea74c37c5d359')
// => 0xfB6916095ca1df60bB79Ce92cE3Ea74c37c5d359
eip55.verify('0xAcA128edBD274F2aBa534d67dD55Ebf67767B9A5')
// => true
eip55.verify('0xaca128edbd274f2aba534d67dd55ebf67767b9a5')
// => false