Skip to content

Horus-Org/bip-353-lib

Repository files navigation

BIP 353 React Native ⚡

Bitcoin-only LN

⚠️Alpha Software

React Native for BIP-353 (DNS Payments)

Installation

npm install bip353-react-native

Usage

import Bip353 from 'bip353-react-native';
// ...
const result = await Bip353.multiply(3, 7);

Roadmap

  • Core functions
  • NPM
  • FOSS
  • Examples