Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base58

Base58 for the web

npm i @hazae41/base58

NPM 📦

Features

Current features

  • 100% TypeScript and ESM
  • No external dependency

Usage

import { base58 } from "@hazae41/base58" 

const text = base58.encode(Uint8Array.fromHex("deadbeef"))

console.log(text) // Hny6RY5JvhT

const data = base58.decode(text)

About

Base58 for the web

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages