@swisstronik/utils
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

Utils for encryption / decryption

Main purpose of this package is to provide set of helper functions for transaction data / query encryption and decryption of node response

Installation

npm install @swisstronik/utils

Examples

Convert bech32 address to ethereum and vice versa

import { bech32toEthAddress, ethAddressToBech32} from '@swisstronik/utils'

const originalBech32Address = "swtr13sllcdsqhjektac5r6h50dvjrthm0yt6zw3q4s"

const ethAddress = bech32toEthAddress(originalBech32Address) // 0x8C3FFC3600BCB365F7141EAF47B5921AEFB7917A
const bech32Address = ethAddressToBech32(ethAddress) // swtr13sllcdsqhjektac5r6h50dvjrthm0yt6zw3q4s

Package Sidebar

Install

npm i @swisstronik/utils

Weekly Downloads

72

Version

1.2.1

License

MIT

Unpacked Size

149 kB

Total Files

106

Last publish

Collaborators

  • splend1d_man