Package Exports
- bitcoin-decoder
Readme

Installation
npm install bitcoin-decoderQuick Start
import { decode } from 'bitcoin-decoder'
const result = decode('1111111111111111111114oLvT2')License
Released under the MIT license.
Decode bitcoin QR codes, URIs, and raw strings

npm install bitcoin-decoderimport { decode } from 'bitcoin-decoder'
const result = decode('1111111111111111111114oLvT2')Released under the MIT license.