4.0.6 • Published 3 years ago

multibase v4.0.6

Weekly downloads
241,219
License
MIT
Repository
github
Last release
3 years ago

⛔️ DEPRECATED: This module has been superseded by the multiformats module

js-multibase

pl project irc codecov GitHub Workflow Status

JavaScript implementation of the multibase specification

Lead Maintainer

Hugo Dias

Table of Contents

Install

NPM

$ npm install --save multibase

Browser through <script> tag

Loading this module through a script tag will make the Multibase obj available in the global namespace.

<script src="https://unpkg.com/multibase/dist/index.min.js"></script>

Usage

Example

const multibase = require('multibase')

const bytes = multibase.encode('base58btc', new TextEncoder().encode('hey, how is it going'))

const decodedBytes = multibase.decode(bytes)
console.log(decodedBytes.toString())
// hey, how is it going

API

https://multiformats.github.io/js-multibase/

Contribute

Contributions welcome. Please check out the issues.

Check out our contributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS Code of Conduct.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © Protocol Labs Inc.

@arcblock/devcon@aries-framework/core-test@reflame/agentkoinos-mock-vm@infinitebrahmanuniverse/nolb-multib@everything-registry/sub-chunk-2217xdv-universal-wallet-corezona-x@wires/stbx-packet-codec@wires/js-cryptowrapper@vessel-kit/codec@verixyz/did-provider-key@types/multibase@transmute/ed25519-signature-2020enefti-galeri@sudophunk/fulidodynamics-contracts-xdweb-path@timhall/fingerprint@spacehq/storage@sphereon/did-provider-key@sphereon/bls-did-provider-key@sphereon/bls-did-resolver-key@sphereon/ssi-sdk-bls-did-provider-key@sphereon/ssi-sdk-bls-did-resolver-key@sphereon/ssi-sdk-ext.did-provider-key@silentcastle/keys@textile/security@textile/threads-core@textile/threads-id@textile/crypto@textile/threads-crypto@vaultie/lds-merkle-proof-2019gassefalsgassefals-2@aomi/one-did-resolver@yak-spirit/yak-swap-ui@afria/afria-librariesfast-ipfs@xmader/ipfs-core@xmader/ipfs-http-client@xswap/v2-corefaythe@zalastax/nolb-multiblibp2p-crypto-secp256k1libp2p-webrtc-circuitlinchen-2048multihashesaries-framework@deconet/libp2p-webrtc-directnearfs@fict/discovery-hs@bproto/commitdate-to-block-ethdid-jwt@eliteswap/v2-core@chainbrains/lds-merkle-proof-2019@chakra-swap/coreblacktea024@compendia/ipfs-corekondor-jskoshilife-lds-merkle-proof-2019koilibkoinos-typeskoinos-types2babyjubjub2021babyjubjubsignature2021@ceramicnetwork/docid@ceramicnetwork/key-did-resolverbedrock-ledger-consensus-continuitybedrock-ledger-node@cheqd/wallet@chris.troutner/ipfs-http-server@chris.troutner/interface-ipfs-core@chris.troutner/ipfs-cli@chris.troutner/ipfs-core@chris.troutner/ipfs-core-types@chris.troutner/ipfs-http-gateway@borealisswap/borealis-swap-lib@bonsaiswapv3/core@bonsaiswap-lib/lib@bonsaiswapv3/deploy@arcblock/forge-util@arcblock/abt-didipfs-core-skogardipfs-hdipfs-ci-testipfs-vueipfs-apiipfs-peersafecid-toolcidsjsonxtjs-senc@extrimian/did-registry@extrimian/kms-corepeersafe-ipfspeersafe-pdfs@hlgroup/bid-did-resolver@hldev/bid-did-resolver
4.0.6

3 years ago

4.0.5

3 years ago

4.0.4

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago

3.1.2

3 years ago

4.0.1

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.2-rc.0

3 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.7.0

4 years ago

0.6.1

4 years ago

0.6.0

5 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

8 years ago