@exodus/eip55
TypeScript icon, indicating that this package has built-in type declarations

2.1.1-exodus.1 • Public • Published

eip55

build status Version

An EIP55 compatible address encoding library.

Example

let eip55 = require('eip55')

eip55.encode('0xfb6916095ca1df60bb79ce92ce3ea74c37c5d359')
// => 0xfB6916095ca1df60bB79Ce92cE3Ea74c37c5d359

eip55.verify('0xAcA128edBD274F2aBa534d67DD55Ebf67767B9A5')
// => true

eip55.verify('0xaca128edbd274f2aba534d67dd55ebf67767b9a5')
// => false

// The second argument of verify allows for single case addresses
// In this case it will only verify the leading 0x and length
// therefore the above example returns true instead of false

// lower case
eip55.verify('0xaca128edbd274f2aba534d67dd55ebf67767b9a5', true)
// => true

// upper case
eip55.verify('0xACA128EDBD274F2ABA534D67DD55EBF67767B9A5', true)
// => true

// EIP-1191 chainId support has been added
// pass the optional chainId to get the casing for that network

// Encode for RSK Mainnet (chainId 30) (notice the difference from above)
eip55.encode('0xfb6916095ca1df60bb79ce92ce3ea74c37c5d359', 30)
// => 0xFb6916095cA1Df60bb79ce92cE3EA74c37c5d359

eip55.verify('0xFb6916095cA1Df60bb79ce92cE3EA74c37c5d359')
// => false (we need to pass the chainId)

// Note: the second argument is allowOneCase (default: false)
eip55.verify('0xFb6916095cA1Df60bb79ce92cE3EA74c37c5d359', false, 30)
// => true

License MIT

/@exodus/eip55/

    Package Sidebar

    Install

    npm i @exodus/eip55

    Weekly Downloads

    722

    Version

    2.1.1-exodus.1

    License

    MIT

    Unpacked Size

    5.56 kB

    Total Files

    5

    Last publish

    Collaborators

    • juraex
    • kevva
    • doguhan
    • ps.mcnally
    • janwe
    • yevhenii_molodyk
    • javiexodus
    • ismamz
    • exojo
    • feri42
    • jprichardson
    • farisissa
    • ryanzim
    • headfire
    • gutenye
    • mosesbot
    • roccomuso
    • dcastagnoli
    • sonaye
    • ves
    • tenaciousmv
    • asyakost
    • bulgakovk
    • chalker
    • andrejb
    • jaydp17
    • olistic
    • joepie91
    • merlz
    • vbonini
    • mol0d
    • devopsrobot
    • jenish-sojitra
    • markoexodus
    • nachoalvarez
    • giovannirco
    • filipexodus
    • cryptosgr
    • andrescarreon
    • diegomura
    • lanre-mark
    • sunilagrawal
    • guillecura
    • mariosvlad
    • federico-po
    • akinncar
    • fboucquez
    • lanahizzle
    • kwwood
    • umito
    • mzndako
    • joshuabot
    • iaacek
    • meniem
    • skapala
    • awilson-rs
    • ezenwankwogabriel
    • ggabarrin-rs
    • ralph.ba
    • danh.t.vo
    • voltagebots
    • ryansquared-npm
    • alexandrbbm
    • sergii_bo
    • florianmathieu
    • angelloz
    • exodus-justin.za
    • alex.alexandrius
    • rec
    • rg911
    • jamiemaw
    • james-gre
    • shehryar6
    • geoffreyrousset
    • clarkexo
    • tunguyennnnn
    • jschopen
    • cawfree
    • marcos.kichel
    • andrewtoth-exodus
    • cdotta-exodus
    • exorich
    • mmehta-10
    • kryptkeep
    • 633kh4ck
    • mbaraniak-exodus
    • jeehahn
    • hasakura
    • awesomeniko
    • davidexodus
    • r4vn
    • nantoaqui
    • exoleo
    • ale-exo
    • frankliexodus
    • bekatd
    • ronaldcrb
    • muratso
    • metasal